From: garbeam@gmail.com <unknown>
Date: Sun, 24 Jul 2011 09:41:43 +0000 (+0100)
Subject: added a marker for the flash fullscreen issue
X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/69e7d7dfd3b07431bf5e5c6e4814665529554031

added a marker for the flash fullscreen issue
---

diff --git a/dwm.c b/dwm.c
index f176f4c..7cc4ea7 100644
--- 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;