1
0
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:
kojima
2002-02-15 21:30:42 +00:00
parent a26b723c5a
commit 5873385d32
7 changed files with 79 additions and 33 deletions

View File

@@ -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]);