fixed a typo

This commit is contained in:
Anselm R. Garbe 2007-08-14 07:54:51 +02:00
parent b32cd4454b
commit f2512243f4
1 changed files with 1 additions and 1 deletions

2
dwm.h
View File

@ -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 */
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 */