wlserver: Handle default in apply_touchscreen_orientation

We use this for VR now!
This commit is contained in:
Joshua Ashton 2022-10-31 04:21:35 +00:00
parent c10eb7dcd7
commit 2791466692

View file

@ -1053,6 +1053,7 @@ static void apply_touchscreen_orientation(double *x, double *y )
switch ( g_drmEffectiveOrientation )
{
default:
case DRM_MODE_ROTATE_0:
tx = *x;
ty = *y;