ensure align = left is the default and update documentation accordingly
fixes #1403
This commit is contained in:
committed by
Michael Stapelberg
parent
58c65a64fe
commit
bf1d0c9335
@ -27,6 +27,7 @@ struct rect_t {
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
/* First value to make it the default. */
|
||||
ALIGN_LEFT,
|
||||
ALIGN_CENTER,
|
||||
ALIGN_RIGHT
|
||||
|
Reference in New Issue
Block a user