all: update

This commit is contained in:
Martin Duquesnoy
2009-02-21 15:42:20 +01:00
parent 6c5356143f
commit fa990be4e6
5 changed files with 38 additions and 48 deletions

View File

@@ -132,9 +132,8 @@ init_root(void)
{
XSetWindowAttributes at;
at.event_mask = KeyMask|ButtonMask|MouseMask
|SubstructureRedirectMask|SubstructureNotifyMask
|EnterWindowMask|LeaveWindowMask|StructureNotifyMask;
at.event_mask = KeyMask | ButtonMask | MouseMask
| SubstructureRedirectMask | SubstructureNotifyMask |StructureNotifyMask;
at.cursor = cursor[CurNormal];
XChangeWindowAttributes(dpy, ROOT, CWEventMask | CWCursor, &at);