mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 04:40:09 +01:00
progs/xdemos: Add missing break statement in offset.c.
(cherry picked from commit 4ab8dbe593)
This commit is contained in:
parent
8350648401
commit
ba3fedf246
1 changed files with 1 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ process_input(Display *dpy, Window win) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case ButtonPress:
|
||||
prevx = event.xbutton.x;
|
||||
prevy = event.xbutton.y;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue