From: Michael Stapelberg Date: Fri, 7 Jan 2011 02:01:58 +0000 (+0100) Subject: fix enum value X-Git-Tag: tree-pr2~131 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=23b4271e1ca17d269c0f7a06b435ea25c51f4863;p=i3%2Fi3 fix enum value --- diff --git a/include/data.h b/include/data.h index 6174e4e4..91f4afcd 100644 --- a/include/data.h +++ b/include/data.h @@ -42,7 +42,7 @@ typedef struct Window i3Window; *****************************************************************************/ typedef enum { D_LEFT, D_RIGHT, D_UP, D_DOWN } direction_t; typedef enum { NO_ORIENTATION = 0, HORIZ, VERT } orientation_t; -typedef enum { BS_NORMAL = 0, BS_NONE = 1, BS_1PIXEL = 3 } border_style_t; +typedef enum { BS_NORMAL = 0, BS_NONE = 1, BS_1PIXEL = 2 } border_style_t; enum { BIND_NONE = 0,