Event buttonpress: Fix bug #9 opened by Cheaterman.
This commit is contained in:
@@ -136,10 +136,11 @@ init_root(void)
|
||||
XSetWindowAttributes at;
|
||||
|
||||
at.event_mask = KeyMask | ButtonMask | MouseMask
|
||||
| SubstructureRedirectMask | SubstructureNotifyMask |StructureNotifyMask;
|
||||
| SubstructureRedirectMask | SubstructureNotifyMask | StructureNotifyMask;
|
||||
|
||||
at.cursor = cursor[CurNormal];
|
||||
XChangeWindowAttributes(dpy, ROOT, CWEventMask | CWCursor, &at);
|
||||
|
||||
if(conf.root.background_command)
|
||||
uicb_spawn(conf.root.background_command);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user