You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/musca/files/musca-0.9.24_p20100226-fix-...

12 lines
408 B

--- a/musca.c
+++ b/musca.c
@@ -3202,7 +3202,7 @@ void mapnotify(XEvent *ev)
handle_map(ws);
head *h = head_by_root(ws->attr.root);
if (is_netwmstate(ws->state, NetWMStateFullscreen))
- stack_push(h->fullscreen, (void*)ws);
+ stack_push(h->fullscreen, (void*)ws->w);
else
if (ws->attr.override_redirect || is_netwmstate(ws->state, NetWMStateAbove))
stack_push(h->above, (void*)ws->w);