aewl
diff dwm.h @ 530:451f19d48845
removed the stack position stuff
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Thu, 05 Oct 2006 19:27:28 +0200 |
parents | 1a9a0877650c |
children | 651f2c868b31 |
line diff
1.1 --- a/dwm.h Thu Oct 05 18:23:28 2006 +0200 1.2 +++ b/dwm.h Thu Oct 05 19:27:28 2006 +0200 1.3 @@ -48,10 +48,6 @@ 1.4 enum { ColFG, ColBG, ColLast }; /* color */ 1.5 1.6 typedef enum { 1.7 - StackLeft, StackBottom, StackRight 1.8 -} StackPos; /* stack position*/ 1.9 - 1.10 -typedef enum { 1.11 TopLeft, TopRight, BotLeft, BotRight 1.12 } Corner; /* window corners */ 1.13 1.14 @@ -111,7 +107,6 @@ 1.15 extern Cursor cursor[CurLast]; 1.16 extern DC dc; /* global draw context */ 1.17 extern Display *dpy; 1.18 -extern StackPos stackpos; 1.19 extern Window root, barwin; 1.20 1.21 /* client.c */ 1.22 @@ -170,7 +165,6 @@ 1.23 extern Bool isvisible(Client *c); /* returns True if client is visible */ 1.24 extern void resizecol(Arg *arg); /* resizes the master percent with arg's index value */ 1.25 extern void restack(void); /* restores z layers of all clients */ 1.26 -extern void togglestackpos(Arg *arg); /* toggles stack position */ 1.27 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ 1.28 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ 1.29 extern void view(Arg *arg); /* views the tag with arg's index */