Introduction
Introduction Statistics Contact Development Disclaimer Help
tapplied Garys patch in a slightly modified way - dwm - [fork] customized build…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 27b0142203e06bdbb1ff3c2179ac88e08aa4295e
parent 867ba360300682859ab963222ec0a3f42586ff54
Author: [email protected] <unknown>
Date: Sat, 2 Jul 2011 11:02:22 +0200
applied Garys patch in a slightly modified way
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -529,7 +529,7 @@ clientmessage(XEvent *e) {
if(!c)
return;
if(cme->message_type == netatom[NetWMState] && cme->data.l[1] == netat…
- if(cme->data.l[0]) {
+ if(cme->data.l[0] && !c->isfullscreen) {
XChangeProperty(dpy, cme->window, netatom[NetWMState],…
PropModeReplace, (unsigned char*)&neta…
c->isfullscreen = True;
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.