Browse Source

added a marker for the flash fullscreen issue

master
garbeam@gmail.com 13 years ago
parent
commit
69e7d7dfd3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dwm.c

+ 1
- 0
dwm.c View File

@ -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;


Loading…
Cancel
Save