diff -r 3a708f113f55 -r 3e74cc981e9b dwm.h --- a/dwm.h Wed Jul 19 13:36:04 2006 +0200 +++ b/dwm.h Wed Jul 19 13:52:31 2006 +0200 @@ -25,9 +25,9 @@ /********** CUSTOMIZE **********/ typedef union Arg Arg; +typedef struct Client Client; typedef enum Corner Corner; typedef struct DC DC; -typedef struct Client Client; typedef struct Fnt Fnt; typedef struct Key Key; typedef struct Rule Rule; @@ -44,7 +44,7 @@ /* cursor */ enum { CurNormal, CurResize, CurMove, CurLast }; -enum Corner { TopLeft, TopRight, BottomLeft, BottomRight }; +enum Corner { TopLeft, TopRight, BotLeft, BotRight }; struct Fnt { int ascent;