Commit 663877d8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: Do not assert on non-recognized touch events

Sometimes GF_INERTIA is caught too, for example
parent f93eaec8
...@@ -150,7 +150,7 @@ LRESULT DecodeGesture( vlc_object_t *p_this, win32_gesture_sys_t *p_gesture, ...@@ -150,7 +150,7 @@ LRESULT DecodeGesture( vlc_object_t *p_this, win32_gesture_sys_t *p_gesture,
} }
break; break;
default: default:
assert(0); msg_Err( p_this, "Unmanaged dwFlag: %i", gi.dwFlags );
} }
bHandled = TRUE; bHandled = TRUE;
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment