1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

added new maximize positions, top and bottom

these new positions are equal to left and right,
but they are at top and bottom half of screen
This commit is contained in:
Renan Traba
2013-04-27 20:33:16 -03:00
committed by Carlos R. Mafra
parent e20f45ef3c
commit d025625df0
8 changed files with 61 additions and 17 deletions

View File

@@ -27,9 +27,11 @@
#define MAX_VERTICAL (1 << 1)
#define MAX_LEFTHALF (1 << 2)
#define MAX_RIGHTHALF (1 << 3)
#define MAX_MAXIMUS (1 << 4)
#define MAX_IGNORE_XINERAMA (1 << 5)
#define MAX_KEYBOARD (1 << 6)
#define MAX_TOPHALF (1 << 4)
#define MAX_BOTTOMHALF (1 << 5)
#define MAX_MAXIMUS (1 << 6)
#define MAX_IGNORE_XINERAMA (1 << 7)
#define MAX_KEYBOARD (1 << 8)
#define SAVE_GEOMETRY_X (1 << 0)
#define SAVE_GEOMETRY_Y (1 << 1)