all repos — openbox @ cf67851d6d36eb45ae722ad017ecaf91ba4c21fd

openbox fork - make it a bit more like ryudo

dont retrurn a context while incoify animating
Dana Jansens danakj@orodu.net
commit

cf67851d6d36eb45ae722ad017ecaf91ba4c21fd

parent

9ee9b70757668148701f6458a977c9f1229e6e70

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M openbox/frame.copenbox/frame.c

@@ -838,6 +838,10 @@

if (win == RootWindow(ob_display, ob_screen)) return OB_FRAME_CONTEXT_DESKTOP; if (client == NULL) return OB_FRAME_CONTEXT_NONE; + + self = client->frame; + if (self->iconify_animation_step) return OB_FRAME_CONTEXT_NONE; + if (win == client->window) { /* conceptually, this is the desktop, as far as users are concerned */

@@ -846,7 +850,6 @@ return OB_FRAME_CONTEXT_DESKTOP;

return OB_FRAME_CONTEXT_CLIENT; } - self = client->frame; if (win == self->inner || win == self->plate) { /* conceptually, this is the desktop, as far as users are concerned */