diff options
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 130a2c93b64..645aa76513c 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -24467,6 +24467,8 @@ handle_one_xevent (struct x_display_info *dpyinfo, | |||
| 24467 | /* As a result, Emacs should complete whatever editing | 24467 | /* As a result, Emacs should complete whatever editing |
| 24468 | operations result from this touch sequence. */ | 24468 | operations result from this touch sequence. */ |
| 24469 | touchpoint->ownership = TOUCH_OWNERSHIP_SELF; | 24469 | touchpoint->ownership = TOUCH_OWNERSHIP_SELF; |
| 24470 | |||
| 24471 | goto XI_OTHER; | ||
| 24470 | } | 24472 | } |
| 24471 | 24473 | ||
| 24472 | case XI_TouchUpdate: | 24474 | case XI_TouchUpdate: |