Module: Mesa Branch: mesa_7_7_branch Commit: 4ab8dbe5935d5c946cbc9af6982461073a784d07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ab8dbe5935d5c946cbc9af6982461073a784d07
Author: Vinson Lee <[email protected]> Date: Thu Nov 19 14:20:26 2009 -0800 progs/xdemos: Add missing break statement in offset.c. --- progs/xdemos/offset.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/progs/xdemos/offset.c b/progs/xdemos/offset.c index 6c5abf3..314a4fc 100644 --- a/progs/xdemos/offset.c +++ b/progs/xdemos/offset.c @@ -294,6 +294,7 @@ process_input(Display *dpy, Window win) { default: break; } + break; case ButtonPress: prevx = event.xbutton.x; prevy = event.xbutton.y; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
