Sprinkle a few more const; from Tiago Cunha.

This commit is contained in:
okan
2014-01-21 15:42:44 +00:00
parent 83f9ef884a
commit ac3162439a
5 changed files with 18 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ struct client_ctx_q Clientq = TAILQ_HEAD_INITIALIZER(Clientq);
int HasRandr, Randr_ev;
struct conf Conf;
char *homedir;
const char *homedir;
static void sigchld_cb(int);
static int x_errorhandler(Display *, XErrorEvent *);