Introduction
Introduction Statistics Contact Development Disclaimer Help
tadded a marker for the flash fullscreen issue - dwm - [fork] customized build …
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 69e7d7dfd3b07431bf5e5c6e4814665529554031
parent c99fe7dd7d0dfe00625ae3bcd037ff305661f56d
Author: [email protected] <unknown>
Date: Sun, 24 Jul 2011 10:41:43 +0100
added a marker for the flash fullscreen issue
Diffstat:
M dwm.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -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;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.