mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
hmm
This commit is contained in:
parent
4b4004fce0
commit
eba2170241
1 changed files with 7 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue