mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-27 00:42:32 +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:
committed by
Carlos R. Mafra
parent
e20f45ef3c
commit
d025625df0
@@ -249,8 +249,8 @@ typedef struct WWindow {
|
||||
unsigned int miniaturized:1;
|
||||
unsigned int hidden:1;
|
||||
unsigned int shaded:1;
|
||||
unsigned int maximized:5;
|
||||
unsigned int old_maximized:5;
|
||||
unsigned int maximized:7;
|
||||
unsigned int old_maximized:7;
|
||||
unsigned int fullscreen:1;
|
||||
unsigned int omnipresent:1;
|
||||
unsigned int semi_focused:1;
|
||||
|
||||
Reference in New Issue
Block a user