Browse Source

xdemos: On termination with `esc` close the contexts correctly.

tags/mesa_20090313
Alan Hourihane 17 years ago
parent
commit
b6c7db8deb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/xdemos/manywin.c

+ 1
- 1
progs/xdemos/manywin.c View File

@@ -286,7 +286,7 @@ EventLoop(void)
XLookupString(&event.xkey, buf, sizeof(buf), &keySym, &stat);
switch (keySym) {
case XK_Escape:
exit(0);
return;
break;
case XK_d:
case XK_D:

Loading…
Cancel
Save