commit - 6065f9ff639a27b56c6f2fece7c5c5fe2f02deb5
commit + 6b451e1f4c918cafce55a11e0f13f2f462356ef0
blob - b6bba5be8e4d8dab5b465b9d95bc5b6ec73983e9
blob + 23726f477429dbcce18c8e990451b9de4f169f21
--- aui.h
+++ aui.h
#define AUI_FILL_Y 2
#define AUI_FILL_BOTH 3
unsigned char fill;
-#define AUI_SIDE_TOP 1
-#define AUI_SIDE_RIGHT 2
-#define AUI_SIDE_LEFT 3
-#define AUI_SIDE_BOTTOM 4
+#define AUI_SIDE_TOP 0
+#define AUI_SIDE_RIGHT 1
+#define AUI_SIDE_LEFT 2
+#define AUI_SIDE_BOTTOM 3
unsigned char side;
unsigned char expand;
};