aewl
diff main.c @ 455:4e3e22673073
fixed some other comments, now also the code side seems to be at a level to be reviewed by experienced programmers
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 11 Sep 2006 11:28:28 +0200 |
parents | a2e587651c79 |
children | 81fcd7ddafee |
line diff
1.1 --- a/main.c Mon Sep 11 10:00:56 2006 +0200 1.2 +++ b/main.c Mon Sep 11 11:28:28 2006 +0200 1.3 @@ -214,7 +214,7 @@ 1.4 /* 1.5 * There's no way to check accesses to destroyed windows, thus those cases are 1.6 * ignored (especially on UnmapNotify's). Other types of errors call Xlibs 1.7 - * default error handler, which calls exit(). 1.8 + * default error handler, which may call exit. 1.9 */ 1.10 int 1.11 xerror(Display *dpy, XErrorEvent *ee) 1.12 @@ -229,7 +229,7 @@ 1.13 return 0; 1.14 fprintf(stderr, "dwm: fatal error: request code=%d, error code=%d\n", 1.15 ee->request_code, ee->error_code); 1.16 - return xerrorxlib(dpy, ee); /* may call exit() */ 1.17 + return xerrorxlib(dpy, ee); /* may call exit */ 1.18 } 1.19 1.20 int