mirror of
https://github.com/lbonn/rofi
synced 2024-11-16 17:08:00 +00:00
5 lines
116 B
C
5 lines
116 B
C
#ifndef __WINDOW_DIALOG_H__
|
|
#define __WINDOW_DIALOG_H__
|
|
|
|
extern Switcher window_mode;
|
|
#endif // __WINDOW_DIALOG_H__
|