Client/Layout: Add abovefc option and toggle uicb fonction. Requested by Arpinux.

This commit is contained in:
Martin Duquesnoy
2009-12-25 21:25:20 +01:00
parent f916b8e0cb
commit 5d0b922907
7 changed files with 73 additions and 10 deletions

View File

@@ -48,6 +48,7 @@
#define UnmapFlag (1 << 6)
#define HintFlag (1 << 7)
#define FSSFlag (1 << 8)
#define AboveFlag (1 << 9)
/* XEMBED messages */
#define XEMBED_MAPPED (1 << 0)
@@ -248,6 +249,7 @@ typedef struct
int nmaster;
Bool resizehint;
Bool request_update;
Bool abovefc;
int barpos;
Layout layout;
} Tag;