mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Update for 0.51.2-pre2
This commit is contained in:
@@ -501,7 +501,7 @@ createInternalWindows(WScreen *scr)
|
||||
XSelectInput(dpy, scr->no_focus_win, KeyPressMask|KeyReleaseMask);
|
||||
XMapWindow(dpy, scr->no_focus_win);
|
||||
|
||||
XSetInputFocus (dpy, scr->no_focus_win, RevertToParent, CurrentTime);
|
||||
XSetInputFocus(dpy, scr->no_focus_win, RevertToParent, CurrentTime);
|
||||
|
||||
/* shadow window for dock buttons */
|
||||
vmask = CWBorderPixel|CWBackPixmap|CWBackPixel|CWCursor|CWSaveUnder|CWOverrideRedirect;
|
||||
|
||||
Reference in New Issue
Block a user