Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
b32cd44
)
fixed a typo
author
Anselm R. Garbe <
[email protected]
>
Tue, 14 Aug 2007 05:54:51 +0000
(07:54 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Tue, 14 Aug 2007 05:54:51 +0000
(07:54 +0200)
dwm.h
patch
|
blob
|
history
diff --git
a/dwm.h
b/dwm.h
index
b26bd8c
..
236c780
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-116,7
+116,7
@@
void grabkeys(void); /* grab all keys defined in config.h */
/* layout.c */
void arrange(void); /* arranges all windows depending on the layout in use */
void focusclient(const char *arg); /* focuses next(1)/previous(-1) visible client */
/* layout.c */
void arrange(void); /* arranges all windows depending on the layout in use */
void focusclient(const char *arg); /* focuses next(1)/previous(-1) visible client */
-const char *getsymbol(void); /* returns
True
symbol of enabled layout */
+const char *getsymbol(void); /* returns symbol of enabled layout */
Bool isfloating(void); /* returns True if floating layout is enabled */
Bool isarrange(void (*func)()); /* returns True if func is the layout function in use */
void initlayouts(void); /* initialize layout array */
Bool isfloating(void); /* returns True if floating layout is enabled */
Bool isarrange(void (*func)()); /* returns True if func is the layout function in use */
void initlayouts(void); /* initialize layout array */