commit | 70d337dfd2a961368d298c14dfb0d68882c67653 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Tue Jun 16 18:42:23 2015 +0100 |
committer | Daniel Stone <daniels@collabora.com> | Thu Jul 16 16:46:21 2015 +0100 |
tree | fde7f2468dbc791699b197c380e03bd9ce67c27b | |
parent | 36609c740fa20a97481c0776fe14f279f00b8014 [diff] |
compositor-drm: Fix cursor view size check Instead of testing against a hardcoded 64x64 pixel size to see if a view is suitable for promotion to a cursor plane, use our cursor_width and cursor_height variables. Signed-off-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>