Client: Add padding option in client to set space between tiled client (Feature #52 requested by Armael)

This commit is contained in:
Martin Duquesnoy
2010-04-25 17:20:24 +02:00
parent d3207be191
commit 995c4e94e7
5 changed files with 20 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
#define FSSFlag (1 << 8)
#define AboveFlag (1 << 9)
#define UrgentFlag (1 << 10)
#define FLayFlag (1 << 11)
#define TagFlag(t) (1 << (t))
@@ -400,6 +401,7 @@ typedef struct
uint resizecorner_normal;
uint resizecorner_focus;
uint mod;
uint padding;
MouseBinding *mouse;
int nmouse;
} client;