1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-06-02 18:31:59 -04:00

Update comments, replace printf/build_filename

This commit is contained in:
Dave Davenport 2016-01-06 12:40:41 +01:00
parent 70dd6e2cef
commit c512f81c9c
3 changed files with 72 additions and 24 deletions

View file

@ -1,5 +1,17 @@
#ifndef __RUN_DIALOG_H__
#define __RUN_DIALOG_H__
#ifndef ROFI_DIALOG_RUN_H
#define ROFI_DIALOG_RUN_H
/**
* @defgroup RUNMode Run
*
* This mode uses the following options from the #config object:
* * #_Settings::run_command
* * #_Settings::run_shell_command
* * #_Settings::run_list_command
*
* @{
*/
extern Mode run_mode;
#endif
/*@}*/
#endif // DIALOG_RUN_H