mirror of
https://github.com/lbonn/rofi
synced 2024-11-14 16:17:11 +00:00
Document enum of separator.h
This commit is contained in:
parent
f50d4f4592
commit
3b698038d7
1 changed files with 3 additions and 1 deletions
|
@ -20,13 +20,15 @@ typedef struct _separator separator;
|
|||
/**
|
||||
* Direction of the separator.
|
||||
*/
|
||||
|
||||
typedef enum
|
||||
{
|
||||
S_HORIZONTAL = 0,
|
||||
S_VERTICAL = 1
|
||||
} separator_type;
|
||||
|
||||
/**
|
||||
* The style of the separator line.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
S_LINE_NONE,
|
||||
|
|
Loading…
Reference in a new issue