Module: Mesa
Branch: mesa_7_6_branch
Commit: ba3fedf24610a3db2db0b49b8b84ac3af99a87cb
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba3fedf24610a3db2db0b49b8b84ac3af99a87cb

Author: Vinson Lee <[email protected]>
Date:   Thu Nov 19 14:20:26 2009 -0800

progs/xdemos: Add missing break statement in offset.c.
(cherry picked from commit 4ab8dbe5935d5c946cbc9af6982461073a784d07)

---

 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

Reply via email to