diff options
Diffstat (limited to 'hw/dmx/dmx.h')
-rw-r--r-- | hw/dmx/dmx.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/dmx/dmx.h b/hw/dmx/dmx.h index 6a2aafcac..bdb6205da 100644 --- a/hw/dmx/dmx.h +++ b/hw/dmx/dmx.h @@ -143,6 +143,8 @@ typedef struct _DMXInputInfo { int eventBase; } DMXInputInfo; +typedef struct _DMXDnDChild DMXDnDChild; + /** Global structure containing information about each backend screen. */ typedef struct _DMXScreenInfo { DMXInputInfo input; @@ -273,6 +275,9 @@ typedef struct _DMXScreenInfo { xcb_get_property_cookie_t getTypeProp; xcb_get_property_cookie_t getActionListProp; xcb_get_property_cookie_t getActionDescriptionProp; + DMXDnDChild *dndChildren; + int dndNChildren; + xcb_query_tree_cookie_t queryTree; /*---------- Other related information ----------*/ |