mirror of
https://github.com/lbonn/rofi
synced 2024-11-23 12:23:02 +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.
|
* Direction of the separator.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
S_HORIZONTAL = 0,
|
S_HORIZONTAL = 0,
|
||||||
S_VERTICAL = 1
|
S_VERTICAL = 1
|
||||||
} separator_type;
|
} separator_type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The style of the separator line.
|
||||||
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
S_LINE_NONE,
|
S_LINE_NONE,
|
||||||
|
|
Loading…
Reference in a new issue