mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-20 18:33:31 +01:00
fixes to comply to ANSI C
This commit is contained in:
@@ -88,7 +88,7 @@ makeMainWindow(WScreen *scr, Window window)
|
||||
&wwin->user_flags, &wwin->defined_user_flags, True);
|
||||
|
||||
XSelectInput(dpy, window, attr.your_event_mask | PropertyChangeMask
|
||||
| StructureNotifyMask );
|
||||
| StructureNotifyMask);
|
||||
return wwin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user