mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
10 lines
132 B
C
10 lines
132 B
C
#ifndef __MARK_DIALOG_H__
|
|
#define __MARK_DIALOG_H__
|
|
#ifdef I3
|
|
|
|
|
|
|
|
SwitcherMode mark_switcher_dialog ( char **input );
|
|
|
|
#endif
|
|
#endif
|