Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c2ed26b
)
removed viewall signature from dwm.h
author
arg@mig29 <unknown>
Thu, 30 Nov 2006 16:01:39 +0000
(17:01 +0100)
committer
arg@mig29 <unknown>
Thu, 30 Nov 2006 16:01:39 +0000
(17:01 +0100)
dwm.h
patch
|
blob
|
history
diff --git
a/dwm.h
b/dwm.h
index
2f3ce74
..
2def8f2
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-168,5
+168,4
@@
extern void togglefloat(Arg *arg); /* toggles focusesd client between floating/
extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */
extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */
extern void view(Arg *arg); /* views the tag with arg's index */
extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */
extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */
extern void view(Arg *arg); /* views the tag with arg's index */
-extern void viewall(Arg *arg); /* views all tags, arg is ignored */
extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */
extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */