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

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;