1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00
rofi/include/dialogs/drun.h

16 lines
296 B
C
Raw Normal View History

2016-01-07 08:54:24 +01:00
#ifndef ROFI_DIALOG_DRUN_H
#define ROFI_DIALOG_DRUN_H
2015-11-03 08:31:38 +01:00
2016-01-07 08:54:24 +01:00
/**
* @defgroup DRUNMode DRun
* @ingroup MODES
* @{
*/
2016-08-29 21:38:29 +02:00
#include <config.h>
#ifdef ENABLE_DRUN
2016-10-14 16:46:54 +02:00
/** #Mode object representing the desktop menu run dialog. */
extern Mode drun_mode;
2016-08-29 21:38:29 +02:00
#endif // ENABLE_DRUN
2016-01-07 08:54:24 +01:00
/*@}*/
#endif // ROFI_DIALOG_DRUN_H