1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/include/dmenu-dialog.h

11 lines
193 B
C
Raw Normal View History

2014-01-29 18:47:23 -05:00
#ifndef __DMENU_DIALOG_H__
#define __DMENU_DIALOG_H__
extern char *dmenu_prompt;
/**
* Returns TRUE when success, FALSE when canceled.
*/
int dmenu_switcher_dialog ( char **input );
2014-01-29 18:47:23 -05:00
#endif