ecore-drm: Also update device calibration when output size changes

Summary: When the output size gets updated, it could end up changing
the device calibration (wrt input event transformation), so we should
update the device calibration also

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-10 12:00:22 -05:00
parent 68ede67850
commit 9980082c6a
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ _ecore_drm_inputs_update_output(Ecore_Drm_Device *dev, int w, int h)
{
edev->output.w = w;
edev->output.h = h;
ecore_drm_inputs_device_axis_size_set(edev, w, h);
}
}
}