Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
this patch keeps track of global z-layer order of clients which are floating or if...
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
0c37711
..
eba3a6a
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-115,7
+115,7
@@
extern int xerror(Display *dsply, XErrorEvent *ee);
extern void initrregs();
extern Client *getnext(Client *c);
extern Client *getprev(Client *c);
extern void initrregs();
extern Client *getnext(Client *c);
extern Client *getprev(Client *c);
-extern void settags(Client *c);
+extern void settags(Client *c
, Client *trans
);
extern void tag(Arg *arg);
extern void toggletag(Arg *arg);
extern void tag(Arg *arg);
extern void toggletag(Arg *arg);
@@
-131,8
+131,8
@@
extern void dofloat(Arg *arg);
extern void dotile(Arg *arg);
extern void focusnext(Arg *arg);
extern void focusprev(Arg *arg);
extern void dotile(Arg *arg);
extern void focusnext(Arg *arg);
extern void focusprev(Arg *arg);
-extern void growcol(Arg *arg);
extern Bool isvisible(Client *c);
extern Bool isvisible(Client *c);
+extern void resizecol(Arg *arg);
extern void restack();
extern void togglemode(Arg *arg);
extern void toggleview(Arg *arg);
extern void restack();
extern void togglemode(Arg *arg);
extern void toggleview(Arg *arg);