mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
reparenting the client's window creates a few issues: • We get bogus UnmapNotify and MapNotify events that are ultimately generated by amiwm itself. • We do not get button events from the window, since its frame (c->parent) that we have called XGrabButtons(3) onto, is not its parent anymore. To fix this, do not reparent the client window, but its frame window. And keep the client window always inside the frame.
12 KiB
12 KiB