dwm-meillo
diff dwm.h @ 105:3e74cc981e9b
refactored Sanders code somewhat
author | arg@10ksloc.org |
---|---|
date | Wed, 19 Jul 2006 13:52:31 +0200 |
parents | a19556fe83b5 |
children | b2445fd41f5e |
line diff
1.1 --- a/dwm.h Wed Jul 19 13:36:04 2006 +0200 1.2 +++ b/dwm.h Wed Jul 19 13:52:31 2006 +0200 1.3 @@ -25,9 +25,9 @@ 1.4 /********** CUSTOMIZE **********/ 1.5 1.6 typedef union Arg Arg; 1.7 +typedef struct Client Client; 1.8 typedef enum Corner Corner; 1.9 typedef struct DC DC; 1.10 -typedef struct Client Client; 1.11 typedef struct Fnt Fnt; 1.12 typedef struct Key Key; 1.13 typedef struct Rule Rule; 1.14 @@ -44,7 +44,7 @@ 1.15 /* cursor */ 1.16 enum { CurNormal, CurResize, CurMove, CurLast }; 1.17 1.18 -enum Corner { TopLeft, TopRight, BottomLeft, BottomRight }; 1.19 +enum Corner { TopLeft, TopRight, BotLeft, BotRight }; 1.20 1.21 struct Fnt { 1.22 int ascent;