mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
Left Half / Right Half Maximize
This adds Left Half / Right Half Maximize capability to WindowMaker. It allows you to maximize a window to only the left or right half of your screen. It is useful on widescreen displays where one might to bring up two different windows side-by-side.
This commit is contained in:
committed by
Carlos R. Mafra
parent
328251c68a
commit
6924454836
@@ -26,8 +26,10 @@
|
||||
|
||||
#define MAX_HORIZONTAL 1
|
||||
#define MAX_VERTICAL 2
|
||||
#define MAX_IGNORE_XINERAMA 4
|
||||
#define MAX_KEYBOARD 8
|
||||
#define MAX_LEFTHALF 4
|
||||
#define MAX_RIGHTHALF 8
|
||||
#define MAX_IGNORE_XINERAMA 16
|
||||
#define MAX_KEYBOARD 32
|
||||
|
||||
void wSetFocusTo(WScreen *scr, WWindow *wwin);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user