ecore-drm: Update input devices with new output size

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-12-10 10:15:57 -05:00
parent ff13e2d88d
commit 64e005503b
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ _ecore_drm_output_software_setup(Ecore_Drm_Device *dev, Ecore_Drm_Output *output
}
}
/* update input devices with new output size
* NB: This is needed so that things like mouse & touch events can get
* transformed into the output coordinates */
_ecore_drm_inputs_update_output(dev, w, h);
return EINA_TRUE;
err: