mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
fix for soemthing wrong with piped menus
This commit is contained in:
@@ -63,6 +63,8 @@
|
||||
# include "openlook.h"
|
||||
#endif
|
||||
|
||||
#include "xinerama.h"
|
||||
|
||||
#include <WINGs/WUtil.h>
|
||||
|
||||
#include "defaults.h"
|
||||
@@ -698,6 +700,11 @@ wScreenInit(int screen_number)
|
||||
wfree(scr);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#ifdef XINERAMA
|
||||
wInitXinerama(scr);
|
||||
#endif
|
||||
|
||||
|
||||
XDefineCursor(dpy, scr->root_win, wCursor[WCUR_ROOT]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user