mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-01 05:25:48 +01:00
- Fixed sloppy focus bug
- Made maximizing behaves differently with keyboard/mouse for xinerama (Peter Zijlstra <a.p.zijlstra@chello.nl>) - A few leftover xinerama fixes (Peter Zijlstra <a.p.zijlstra@chello.nl>) - Extended the 'strut' to multiple heads (Peter Zijlstra <a.p.zijlstra@chello.nl>) - Icon placement now takes into account the new xinerama extended 'strut' (Peter Zijlstra <a.p.zijlstra@chello.nl>) - Icon arrangement that takes the new extended xinerama 'strut' into account (Peter Zijlstra <a.p.zijlstra@chello.nl>)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
|
||||
void wInitXinerama(WScreen *scr);
|
||||
|
||||
#define wXineramaHeads(scr) ((scr)->xine_info.count ? (scr)->xine_info.count : 1)
|
||||
|
||||
#define XFLAG_NONE 0x00
|
||||
#define XFLAG_DEAD 0x01
|
||||
@@ -46,7 +47,7 @@ int wGetHeadForPointerLocation(WScreen *scr);
|
||||
|
||||
WMRect wGetRectForHead(WScreen *scr, int head);
|
||||
|
||||
WArea wGetUsableAreaForHead(WScreen *scr, int head, WArea *totalAreaPtr);
|
||||
WArea wGetUsableAreaForHead(WScreen *scr, int head, WArea *totalAreaPtr, Bool noicons);
|
||||
|
||||
WMPoint wGetPointToCenterRectInHead(WScreen *scr, int head, int width, int height);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user