diff options
| author | Anselm R.Garbe <[email protected]> | 2006-08-10 15:19:25 +0200 |
|---|---|---|
| committer | Anselm R.Garbe <[email protected]> | 2006-08-10 15:19:25 +0200 |
| commit | 0680c76a6fca2a285e2a561192774906d121e2c1 (patch) | |
| tree | 01658dbc6042ce43925cb22b5fd91241d61dd071 /main.c | |
| parent | updated html (diff) | |
| download | seiwm-0680c76a6fca2a285e2a561192774906d121e2c1.tar.xz seiwm-0680c76a6fca2a285e2a561192774906d121e2c1.zip | |
prepared 0.8
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -253,6 +253,7 @@ main(int argc, char *argv[]) scan(); /* main event loop, also reads status text from stdin */ + XSync(dpy, False); while(running) { FD_ZERO(&rd); if(readin) |