1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-01-27 15:25:24 -05:00
rofi/include/dialogs/dmenu.h

13 lines
205 B
C
Raw Normal View History

2014-01-30 00:47:23 +01:00
#ifndef __DMENU_DIALOG_H__
#define __DMENU_DIALOG_H__
/**
2014-11-24 20:35:28 +01:00
* dmenu dialog.
2014-11-24 20:22:44 +01:00
*
2014-11-24 20:35:28 +01:00
* @returns TRUE if script was successful.
*/
int dmenu_switcher_dialog ( void );
2014-01-30 00:47:23 +01:00
2015-10-21 18:58:01 +02:00
void print_dmenu_options ( void );
2014-01-30 00:47:23 +01:00
#endif