Introduction
Introduction Statistics Contact Development Disclaimer Help
tmade dwm.h more tidy (thx Jukka for the zoom() hint) - dwm - [fork] customized…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 12d5a26fd279cc2370954929dedf88d0ab205a16
parent 89b7f1503e147dbd9260ecd379ca3e31ddfed6ea
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 22 Feb 2007 15:06:56 +0100
made dwm.h more tidy (thx Jukka for the zoom() hint)
Diffstat:
M dwm.h | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/dwm.h b/dwm.h
t@@ -105,15 +105,14 @@ extern void killclient(const char *arg); …
extern void manage(Window w, XWindowAttributes *wa); /* manage new clie…
extern void resize(Client *c, int x, int y,
int w, int h, Bool sizehints); /* resize with given coo…
-extern void toggleversatile(const char *arg); /* toggles focuse…
+extern void toggleversatile(const char *arg); /* toggles focused client…
extern void updatesizehints(Client *c); /* update the size hint…
extern void updatetitle(Client *c); /* update the name of c */
extern void unmanage(Client *c); /* destroy c */
/* draw.c */
extern void drawstatus(void); /* draw the bar */
-extern void drawtext(const char *text,
- unsigned long col[ColLast]); /* draw text */
+extern void drawtext(const char *text, unsigned long col[ColLast]); /* …
extern unsigned int textw(const char *text); /* return the width of tex…
/* event.c */
t@@ -122,17 +121,18 @@ extern void grabkeys(void); /* gr…
/* layout.c */
extern void focusnext(const char *arg); /* focuses next visible…
extern void focusprev(const char *arg); /* focuses previous vis…
-extern void incmasterw(const char *arg); /* increments the mast…
-extern void incnmaster(const char *arg); /* increments nmaster …
+extern void incmasterw(const char *arg); /* increments the master width…
+extern void incnmaster(const char *arg); /* increments nmaster with arg…
extern void initlayouts(void); /* initialize layout arr…
extern Client *nexttiled(Client *c); /* returns tiled successor…
extern void restack(void); /* restores z layers of all …
extern void setlayout(const char *arg); /* sets layout, -1 togg…
-extern void togglemax(const char *arg); /* toggles maxi…
+extern void togglemax(const char *arg); /* toggles maximization…
extern void versatile(void); /* arranges all windows ve…
+extern void zoom(const char *arg); /* zooms the focused client …
/* main.c */
-extern void quit(const char *arg); /* quit dwm nicely */
+extern void quit(const char *arg); /* quit dwm nicely */
extern void sendevent(Window w, Atom a, long value); /* send synthetic …
extern int xerror(Display *dsply, XErrorEvent *ee); /* dwm's X error ha…
t@@ -140,14 +140,13 @@ extern int xerror(Display *dsply, XErrorEvent *ee); …
extern void compileregs(void); /* initialize regexps of…
extern Bool isvisible(Client *c); /* returns True if client is …
extern void settags(Client *c, Client *trans); /* sets tags of c */
-extern void tag(const char *arg); /* tags c with arg's …
+extern void tag(const char *arg); /* tags c with arg's index */
extern void toggletag(const char *arg); /* toggles c tags with …
-extern void toggleview(const char *arg); /* toggles the tag wit…
-extern void view(const char *arg); /* views the tag wit…
-extern void zoom(const char *arg); /* zooms the focused…
+extern void toggleview(const char *arg); /* toggles the tag with arg's …
+extern void view(const char *arg); /* views the tag with arg's …
/* util.c */
extern void *emallocz(unsigned int size); /* allocates zero-initialized…
extern void eprint(const char *errstr, ...); /* prints errstr and exits…
-extern void spawn(const char *arg); /* forks a new subp…
+extern void spawn(const char *arg); /* forks a new subprocess w…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.