XMoveWindow(dpy, c->win, c->x, c->y);
- if(!c->mon->lt[c->mon->sellt]->arrange || c->isfloating)
+ if((!c->mon->lt[c->mon->sellt]->arrange || c->isfloating) &&
!c->isfullscreen)
resize(c, c->x, c->y, c->w, c->h, False);
showhide(c->snext);
}
---
Best regards,
Jack Dagger
. A issue occur when I
>change to tag where is running mplayer with fullscreen mode, then dwm is
>trying to resize mplayer, which makes that the alignment of a film image is
>changed. Maybe this patch will be useful for someone. This patch is made for
>the current version in hg (chang