mirror of
https://github.com/davatorium/rofi.git
synced 2025-03-10 17:06:37 -04: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__
|