This commit is contained in:
QC 2015-09-26 21:17:30 +02:00
parent 4b4004fce0
commit eba2170241
1 changed files with 7 additions and 8 deletions

View File

@ -73,14 +73,13 @@ typedef struct _Mode
// Pidfile.
extern Atom netatoms[NUM_NETATOMS];
char *pidfile = NULL;
const char *cache_dir = NULL;
SnDisplay *sndisplay = NULL;
SnLauncheeContext *sncontext = NULL;
Display *display = NULL;
char *display_str = NULL;
Window main_window = None;
// GC gc = NULL;
char *pidfile = NULL;
const char *cache_dir = NULL;
SnDisplay *sndisplay = NULL;
SnLauncheeContext *sncontext = NULL;
Display *display = NULL;
char *display_str = NULL;
Window main_window = None;
Colormap map = None;
unsigned int normal_window_mode = FALSE;
// Array of switchers.