Bugfix: Raise clients only when needed

This commit is contained in:
Michael Stapelberg
2009-02-28 02:15:14 +01:00
parent 67fbec2061
commit 43d471b9ab
3 changed files with 14 additions and 7 deletions

View File

@ -282,6 +282,9 @@ int main(int argc, char *argv[], char *env[]) {
xcb_window_t root;
xcb_intern_atom_cookie_t atom_cookies[NUM_ATOMS];
if (!isatty(stdout))
setbuf(stdout, NULL);
application_path = sstrdup(argv[0]);
/* Initialize the table data structures for each workspace */