1
0
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:
richard
2000-03-02 07:36:02 +00:00
parent f7fe1b2e94
commit 0af2448349
4 changed files with 40 additions and 0 deletions

View File

@@ -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 */