mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix Windows debug builds
There's no such thing as GDK_TOUCH_CANCEL. The idea was dropped.
This commit is contained in:
parent
c0c9d79325
commit
e63693fb1c
1 changed files with 0 additions and 1 deletions
|
|
@ -919,7 +919,6 @@ _gdk_win32_print_event (const GdkEvent *event)
|
||||||
CASE (GDK_TOUCH_BEGIN);
|
CASE (GDK_TOUCH_BEGIN);
|
||||||
CASE (GDK_TOUCH_UPDATE);
|
CASE (GDK_TOUCH_UPDATE);
|
||||||
CASE (GDK_TOUCH_END);
|
CASE (GDK_TOUCH_END);
|
||||||
CASE (GDK_TOUCH_CANCEL);
|
|
||||||
#undef CASE
|
#undef CASE
|
||||||
default: g_assert_not_reached ();
|
default: g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue