mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
added None option to MoveDisplay and ResizeDisplay
fixed window instance enumeration bug
This commit is contained in:
@@ -245,6 +245,7 @@ static WOptionEnumeration sePlacements[] = {
|
||||
};
|
||||
|
||||
static WOptionEnumeration seGeomDisplays[] = {
|
||||
{"None", WDIS_NONE, 0},
|
||||
{"Center", WDIS_CENTER, 0},
|
||||
{"Corner", WDIS_TOPLEFT, 0},
|
||||
{"Floating", WDIS_FRAME_CENTER, 0},
|
||||
|
||||
Reference in New Issue
Block a user