cvsimport

This commit is contained in:
okan
2014-01-21 15:42:44 +00:00
10 changed files with 190 additions and 228 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 *);