rofi/include/dialogs/window.h

11 lines
210 B
C
Raw Normal View History

#ifndef __WINDOW_DIALOG_H__
#define __WINDOW_DIALOG_H__
2015-09-14 06:57:10 +00:00
#include <config.h>
#ifdef WINDOW_MODE
2015-03-27 19:28:53 +00:00
extern Switcher window_mode;
extern Switcher window_mode_cd;
2015-09-14 06:57:10 +00:00
#endif // WINDOW_MODE
#endif // __WINDOW_DIALOG_H__