Fix Windows debug builds
There's no such thing as GDK_TOUCH_CANCEL. The idea was dropped.
This commit is contained in:
@@ -919,7 +919,6 @@ _gdk_win32_print_event (const GdkEvent *event)
|
||||
CASE (GDK_TOUCH_BEGIN);
|
||||
CASE (GDK_TOUCH_UPDATE);
|
||||
CASE (GDK_TOUCH_END);
|
||||
CASE (GDK_TOUCH_CANCEL);
|
||||
#undef CASE
|
||||
default: g_assert_not_reached ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user