1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Document enum of separator.h

This commit is contained in:
Dave Davenport 2016-11-01 21:19:13 +01:00
parent f50d4f4592
commit 3b698038d7

View file

@ -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,