JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added a marker for the flash fullscreen issue
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index f176f4c..7cc4ea7 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1127,6 +1127,7 @@ manage(Window w, XWindowAttributes *wa) {
        c->h = c->oldh = wa->height;
        c->oldbw = wa->border_width;
        if(c->w == c->mon->mw && c->h == c->mon->mh) {
+               c->isfloating = True; // regression with flash, XXXX
                c->x = c->mon->mx;
                c->y = c->mon->my;
                c->bw = 0;