1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

xinerama stuff for solaris

This commit is contained in:
kojima
2003-06-04 18:57:03 +00:00
parent 479ccbda82
commit 5dbb770aa4
8 changed files with 108 additions and 67 deletions

View File

@@ -1135,7 +1135,7 @@ wManageWindow(WScreen *scr, Window window)
if (wPreferences.window_placement == WPM_MANUAL)
dontBring = True;
}
else if (scr->xine_count &&
else if (scr->xine_info.count &&
wwin->normal_hints->flags & PPosition) {
int head, flags;
WMRect rect;