mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Added support for client message to set window levels and added partial
support for client message to set window titlebar decoration.
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
|
||||
#define GNUSTEP_WM_ATTR_NAME "_GNUSTEP_WM_ATTR"
|
||||
|
||||
#define GNUSTEP_TITLEBAR_STATE "_GNUSTEP_TITLEBAR_STATE"
|
||||
enum {
|
||||
WMTitleBarKey = 0,
|
||||
WMTitleBarNormal = 1,
|
||||
WMTitleBarMain = 2
|
||||
};
|
||||
|
||||
#ifndef _WINGS_H_
|
||||
/* window stacking level */
|
||||
|
||||
Reference in New Issue
Block a user