# HG changeset patch # User Anselm R. Garbe # Date 1187070891 -7200 # Node ID 3a0407d4b95ba07177009cd20de23b14348e1e6e # Parent ebf2363d95f9f8c068cf47da42cf4d0c64462620 fixed a typo diff -r ebf2363d95f9 -r 3a0407d4b95b dwm.h --- a/dwm.h Mon Aug 13 20:10:44 2007 +0200 +++ b/dwm.h Tue Aug 14 07:54:51 2007 +0200 @@ -116,7 +116,7 @@ /* 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 */