mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
14 lines
183 B
C
14 lines
183 B
C
#ifndef ROFI_DIALOG_COMBI_H
|
|
#define ROFI_DIALOG_COMBI_H
|
|
|
|
/**
|
|
* @defgroup COBIMode Combi
|
|
* @ingroup MODES
|
|
*
|
|
* @{
|
|
*/
|
|
|
|
extern Mode combi_mode;
|
|
|
|
/*@}*/
|
|
#endif // ROFI_DIALOG_COMBI_H
|