Bugfix: Correctly restart i3 when not using its absolute path

This commit is contained in:
Michael Stapelberg
2009-05-01 16:10:02 +02:00
parent e9c5643a8b
commit e91f399609
4 changed files with 6 additions and 5 deletions

View File

@ -22,7 +22,7 @@
#define NUM_ATOMS 12
extern char *application_path;
extern char **start_argv;
extern Display *xkbdpy;
extern TAILQ_HEAD(bindings_head, Binding) bindings;
extern SLIST_HEAD(stack_wins_head, Stack_Window) stack_wins;