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

This commit is contained in:
Vinson Lee 2009-11-19 14:20:26 -08:00
parent 4e6c79ac16
commit 4ab8dbe593

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;