projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c99fe7d
)
added a marker for the flash fullscreen issue
author
garbeam@gmail.com
<unknown>
Sun, 24 Jul 2011 09:41:43 +0000
(10:41 +0100)
committer
garbeam@gmail.com
<unknown>
Sun, 24 Jul 2011 09:41:43 +0000
(10:41 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index f176f4cabb78472c604f3326a2679eb57cc98344..7cc4ea79f3d81980e7dd75d44d1b296b34f6ac70 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;