diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-10-03 13:25:03 -0400 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-10-03 14:14:04 -0400 |
commit | fa2faff41b0396917b7a1da98a9f262cffc82723 (patch) | |
tree | b7fa298679d056daa9e0bcea26009e1b0dcdac36 /src/Makefile_Ecore_Audio.am | |
parent | 11e92cdc863c590ab426acf09ab720fe0e36253c (diff) |
elput: Fix issue of pointer rotation not being set on startup
elput_input_pointer_rotation_set may be getting called before input
devices are actually added, so we need to be able to set pointer
rotation when a device actually gets added.
To fix this, we will store the requested input rotation value, and
apply it at the time of input device creation.
NB: The current case is that the wl_drm module will apply existing
output rotation before Input has completely initialized, thus any
calls to set the pointer rotation there will not succeed as input
devices have not been created yet.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/Makefile_Ecore_Audio.am')
0 files changed, 0 insertions, 0 deletions