mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
fixed bug in positioning of window list menu when opened by kbd
internal code clean-up with notifications for window state change and other stuff, also cleaned kde and gnome support in preparation for wm-spec support..
This commit is contained in:
17
src/main.c
17
src/main.c
@@ -147,6 +147,23 @@ char WDelayedActionSet = 0;
|
||||
int wVisualID = -1;
|
||||
|
||||
|
||||
|
||||
/* notifications */
|
||||
const char *WMNManaged = "WMNManaged";
|
||||
const char *WMNUnmanaged = "WMNUnmanaged";
|
||||
const char *WMNChangedWorkspace = "WMNChangedWorkspace";
|
||||
const char *WMNChangedState = "WMNChangedState";
|
||||
const char *WMNChangedFocus = "WMNChangedFocus";
|
||||
const char *WMNChangedStacking = "WMNChangedStacking";
|
||||
const char *WMNChangedName = "WMNChangedName";
|
||||
|
||||
const char *WMNWorkspaceCreated = "WMNWorkspaceCreated";
|
||||
const char *WMNWorkspaceDestroyed = "WMNWorkspaceDestroyed";
|
||||
const char *WMNWorkspaceChanged = "WMNWorkspaceChanged";
|
||||
const char *WMNWorkspaceNameChanged = "WMNWorkspaceNameChanged";
|
||||
|
||||
const char *WMNResetStacking = "WMNResetStacking";
|
||||
|
||||
/******** End Global Variables *****/
|
||||
|
||||
static char *DisplayName = NULL;
|
||||
|
||||
Reference in New Issue
Block a user