pull user home directory via getenv or getpwuid and stash it so we don't

need to do this everytime; with Tiago Cunha
This commit is contained in:
okan
2012-12-17 23:03:41 +00:00
parent fe44d1dfce
commit 75f65f399e
4 changed files with 15 additions and 10 deletions

View File

@@ -519,6 +519,7 @@ extern Cursor Cursor_resize;
extern struct screen_ctx_q Screenq;
extern struct client_ctx_q Clientq;
extern struct conf Conf;
extern char *homedir;
extern int HasRandr, Randr_ev;