dwm-meillo
diff dwm.h @ 511:1599c953647b
removed the direction flipping
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 17:02:56 +0200 |
parents | ede48935f2b3 |
children | d6d1d0033e3c |
line diff
1.1 --- a/dwm.h Fri Sep 29 16:54:15 2006 +0200 1.2 +++ b/dwm.h Fri Sep 29 17:02:56 2006 +0200 1.3 @@ -108,7 +108,6 @@ 1.4 extern void (*arrange)(Arg *); /* arrange function, indicates mode */ 1.5 extern Atom wmatom[WMLast], netatom[NetLast]; 1.6 extern Bool running, issel, *seltag; /* seltag is array of Bool */ 1.7 -extern Bool isvertical; /* stack direction */ 1.8 extern Client *clients, *sel, *stack; /* global client list and stack */ 1.9 extern Cursor cursor[CurLast]; 1.10 extern DC dc; /* global draw context */ 1.11 @@ -172,7 +171,6 @@ 1.12 extern Bool isvisible(Client *c); /* returns True if client is visible */ 1.13 extern void resizecol(Arg *arg); /* resizes the master dimension with arg's index value */ 1.14 extern void restack(void); /* restores z layers of all clients */ 1.15 -extern void togglestackdir(Arg *arg); /* toggles stack direction */ 1.16 extern void togglestackpos(Arg *arg); /* toggles stack position */ 1.17 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ 1.18 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */