add struts to the list. reboringify --debug-xinerama
This commit is contained in:
parent
2e47bfd0a6
commit
a3e7dc19f0
2 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,7 @@ void extensions_xinerama_screens(Rect **xin_areas, guint *nxin)
|
|||
*nxin = 2;
|
||||
*xin_areas = g_new(Rect, *nxin + 1);
|
||||
RECT_SET((*xin_areas)[0], 0, 0, w/2, h);
|
||||
RECT_SET((*xin_areas)[1], w/2, 0, w-(w/2), h/2);
|
||||
RECT_SET((*xin_areas)[1], w/2, 0, w-(w/2), h);
|
||||
}
|
||||
else {
|
||||
*nxin = 1;
|
||||
|
|
|
@ -1112,6 +1112,7 @@ typedef struct {
|
|||
ObScreenStrut *ss = g_new(ObScreenStrut, 1); \
|
||||
ss->desktop = i; \
|
||||
ss->strut = s; \
|
||||
sl = g_slist_prepend(sl, ss); \
|
||||
} \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue