updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / musca-fixed / 0002-fix-cycle.patch
blob35c8700a268d8723f395feb9974a92e1aacf4f6e
1 diff --git a/musca.c b/musca.c
2 index 794bb9c..726c5a6 100644
3 --- a/musca.c
4 +++ b/musca.c
5 @@ -3202,7 +3202,7 @@ void mapnotify(XEvent *ev)
6 handle_map(ws);
7 head *h = head_by_root(ws->attr.root);
8 if (is_netwmstate(ws->state, NetWMStateFullscreen))
9 - stack_push(h->fullscreen, (void*)ws);
10 + stack_push(h->fullscreen, (void*)ws->w);
11 else
12 if (ws->attr.override_redirect || is_netwmstate(ws->state, NetWMStateAbove))
13 stack_push(h->above, (void*)ws->w);
14 --
15 1.7.6