1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00
rofi/include/dialogs/window.h

18 lines
279 B
C
Raw Normal View History

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