progs/xdemos: Add missing break statement in offset.c.
(cherry picked from commit 4ab8dbe593)
This commit is contained in:
@@ -294,6 +294,7 @@ process_input(Display *dpy, Window win) {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case ButtonPress:
|
||||
prevx = event.xbutton.x;
|
||||
prevy = event.xbutton.y;
|
||||
|
||||
Reference in New Issue
Block a user