This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
xdemos: On termination with `esc` close the contexts correctly.
tags/mesa_20090313
Alan Hourihane
17 years ago
parent
5146b3f8fc
commit
b6c7db8deb
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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:
Write
Preview
Loading…
Cancel
Save