progs/xdemos: Add missing break statement in offset.c.

(cherry picked from commit 4ab8dbe593)
This commit is contained in:
Vinson Lee 2009-11-19 14:20:26 -08:00
parent 8350648401
commit ba3fedf246

View file

@ -294,6 +294,7 @@ process_input(Display *dpy, Window win) {
default:
break;
}
break;
case ButtonPress:
prevx = event.xbutton.x;
prevy = event.xbutton.y;