diff options
Diffstat (limited to 'src/lib/ecore_drm2/ecore_drm2_private.h')
-rw-r--r-- | src/lib/ecore_drm2/ecore_drm2_private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_private.h b/src/lib/ecore_drm2/ecore_drm2_private.h index 60efbf7394..80804ec1b1 100644 --- a/src/lib/ecore_drm2/ecore_drm2_private.h +++ b/src/lib/ecore_drm2/ecore_drm2_private.h | |||
@@ -795,6 +795,11 @@ struct _Ecore_Drm2_Device | |||
795 | uint32_t width, height; | 795 | uint32_t width, height; |
796 | } min, max; | 796 | } min, max; |
797 | 797 | ||
798 | struct | ||
799 | { | ||
800 | int width, height; | ||
801 | } cursor; | ||
802 | |||
798 | Eeze_Udev_Watch *watch; | 803 | Eeze_Udev_Watch *watch; |
799 | Ecore_Event_Handler *active_hdlr; | 804 | Ecore_Event_Handler *active_hdlr; |
800 | Ecore_Event_Handler *device_change_hdlr; | 805 | Ecore_Event_Handler *device_change_hdlr; |