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:
@@ -490,7 +490,24 @@ extern unsigned int ValidModMask;
|
||||
extern char WProgramState;
|
||||
extern char WProgramSigState;
|
||||
|
||||
|
||||
/****** Global Functions ******/
|
||||
extern void wAbort(Bool dumpCore);
|
||||
|
||||
|
||||
/****** Notifications ******/
|
||||
extern const char *WMNManaged;
|
||||
extern const char *WMNUnmanaged;
|
||||
extern const char *WMNChangedWorkspace;
|
||||
extern const char *WMNChangedState;
|
||||
extern const char *WMNChangedFocus;
|
||||
extern const char *WMNChangedStacking;
|
||||
extern const char *WMNChangedName;
|
||||
|
||||
extern const char *WMNWorkspaceCreated;
|
||||
extern const char *WMNWorkspaceDestroyed;
|
||||
extern const char *WMNWorkspaceChanged;
|
||||
extern const char *WMNWorkspaceNameChanged;
|
||||
|
||||
extern const char *WMNResetStacking;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user