13
0

Amend previous commit (fix Windows builds)

This commit is contained in:
Robin Gareus 2024-11-02 00:12:53 +01:00
parent e63693fb1c
commit 0e4dcb231f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1066,8 +1066,6 @@ _gdk_win32_print_event (const GdkEvent *event)
event->touch.sequence,
event->touch.x, event->touch.y,
event->touch.x_root, event->touch.y_root);
case GDK_TOUCH_CANCEL:
g_print ("Touch Cancel\n");
default:
/* Nothing */
break;