1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/include/dialogs/window.h

18 lines
279 B
C
Raw Normal View History

2016-01-07 02:54:24 -05:00
#ifndef ROFI_DIALOG_WINDOW_H
#define ROFI_DIALOG_WINDOW_H
2016-01-07 02:54:24 -05:00
/**
* @defgroup WINDOWMode Window
* @ingroup MODES
*
* @{
*/
2015-09-14 02:57:10 -04:00
#include <config.h>
#ifdef WINDOW_MODE
extern Mode window_mode;
extern Mode window_mode_cd;
2015-09-14 02:57:10 -04:00
#endif // WINDOW_MODE
2016-01-07 02:54:24 -05:00
/* @}*/
#endif // ROFI_DIALOG_WINDOW_H