Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
78f5667
)
hotfixes
author
Anselm R Garbe <
[email protected]
>
Mon, 22 Jun 2009 17:13:05 +0000
(18:13 +0100)
committer
Anselm R Garbe <
[email protected]
>
Mon, 22 Jun 2009 17:13:05 +0000
(18:13 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
afe8f18
..
7e4e177
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1408,6
+1408,7
@@
setup(void) {
PropModeReplace, (unsigned char *) netatom, NetLast);
/* select for events */
PropModeReplace, (unsigned char *) netatom, NetLast);
/* select for events */
+ wa.cursor = cursor[CurNormal];
wa.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|ButtonPressMask
|EnterWindowMask|LeaveWindowMask|StructureNotifyMask
|PropertyChangeMask;
wa.event_mask = SubstructureRedirectMask|SubstructureNotifyMask|ButtonPressMask
|EnterWindowMask|LeaveWindowMask|StructureNotifyMask
|PropertyChangeMask;
@@
-1599,7
+1600,6
@@
updatebars(void) {
Monitor *m;
XSetWindowAttributes wa;
Monitor *m;
XSetWindowAttributes wa;
- wa.cursor = cursor[CurNormal];
wa.override_redirect = True;
wa.background_pixmap = ParentRelative;
wa.event_mask = ButtonPressMask|ExposureMask;
wa.override_redirect = True;
wa.background_pixmap = ParentRelative;
wa.event_mask = ButtonPressMask|ExposureMask;