Module: Mesa Branch: mesa_7_6_branch Commit: 9e29242331335796c8eeb3d669111844161067f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e29242331335796c8eeb3d669111844161067f8
Author: Vinson Lee <[email protected]> Date: Thu Nov 19 22:46:19 2009 -0800 progs/glsl: Redraw upon keypress. (cherry picked from commit 881f55236ad85f95745e70f8363726fa3c201f80) --- progs/glsl/convolutions.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/progs/glsl/convolutions.c b/progs/glsl/convolutions.c index c2fb76e..350e61b 100644 --- a/progs/glsl/convolutions.c +++ b/progs/glsl/convolutions.c @@ -369,7 +369,7 @@ static void keyPress(unsigned char key, int x, int y) case 27: exit(0); default: - return; + break; } glutPostRedisplay(); } _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
