ensure align = left is the default and update documentation accordingly

fixes #1403
This commit is contained in:
Ingo Bürk
2014-12-02 21:38:30 +01:00
committed by Michael Stapelberg
parent 58c65a64fe
commit bf1d0c9335
3 changed files with 5 additions and 4 deletions

View File

@ -27,6 +27,7 @@ struct rect_t {
};
typedef enum {
/* First value to make it the default. */
ALIGN_LEFT,
ALIGN_CENTER,
ALIGN_RIGHT