dwm.h
changeset 105 3e74cc981e9b
parent 99 a19556fe83b5
child 113 b2445fd41f5e
--- 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;