EWMH: Improve _NET_WM_STATE_FULLSCREEN management

This commit is contained in:
Martin Duquesnoy
2010-04-08 12:33:52 +02:00
parent ffaa243644
commit fbb36877dc
3 changed files with 18 additions and 14 deletions

View File

@@ -38,6 +38,7 @@
#define NBUTTON 8
#define MAXTAG 36
#define NUM_OF_LAYOUT 10
#define HISTOLEN 128
/* Clients flags definition */
#define FreeFlag (1 << 1)
@@ -301,7 +302,7 @@ typedef struct
char *name;
char *prompt;
char *command;
char histo[128][512];
char histo[HISTOLEN][512];
uint nhisto;
} Launcher;