summaryrefslogtreecommitdiff
path: root/src/lib/ecore_drm2/ecore_drm2_device.c
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2017-03-27 11:52:44 -0400
committerChris Michael <cp.michael@samsung.com>2017-04-18 07:55:10 -0400
commit9dbf54e2f644df4fbefe345caa0732b1a481c8b9 (patch)
tree3f9fb18f30a27a7a5cfcabe60de9103a0a3080dd /src/lib/ecore_drm2/ecore_drm2_device.c
parent205c829a1180939dad516a56d3bf94127f0a97d0 (diff)
downloadefl-9dbf54e2f644df4fbefe345caa0732b1a481c8b9.tar.gz
ecore-drm2: Move defines for CAP_CURSOR sizes to private header
As we may need these defines in other files, move them to the private header so there is access to them. @fix Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_drm2/ecore_drm2_device.c')
-rw-r--r--src/lib/ecore_drm2/ecore_drm2_device.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_device.c b/src/lib/ecore_drm2/ecore_drm2_device.c
index 250a5960b5..fcd639eb7e 100644
--- a/src/lib/ecore_drm2/ecore_drm2_device.c
+++ b/src/lib/ecore_drm2/ecore_drm2_device.c
@@ -1,13 +1,5 @@
#include "ecore_drm2_private.h"
-#ifndef DRM_CAP_CURSOR_WIDTH
-# define DRM_CAP_CURSOR_WIDTH 0x8
-#endif
-
-#ifndef DRM_CAP_CURSOR_HEIGHT
-# define DRM_CAP_CURSOR_HEIGHT 0x9
-#endif
-
#ifndef DRM_CAP_DUMB_PREFER_SHADOW
# define DRM_CAP_DUMB_PREFER_SHADOW 0x4
#endif