mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
xinerama stuff for solaris
This commit is contained in:
@@ -420,7 +420,7 @@ wMaximizeWindow(WWindow *wwin, int directions)
|
||||
totalArea.x2 = wwin->screen_ptr->scr_width;
|
||||
totalArea.y2 = wwin->screen_ptr->scr_height;
|
||||
|
||||
if (wwin->screen_ptr->xine_count > 0
|
||||
if (wwin->screen_ptr->xine_info.count > 0
|
||||
&& !(directions & MAX_IGNORE_XINERAMA)) {
|
||||
WScreen *scr = wwin->screen_ptr;
|
||||
WMRect rect;
|
||||
|
||||
Reference in New Issue
Block a user