diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_wayland/ecore_wl_private.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/ecore_wayland/ecore_wl_private.h b/src/lib/ecore_wayland/ecore_wl_private.h index fa92e6d93e..69b2f95dcb 100644 --- a/src/lib/ecore_wayland/ecore_wl_private.h +++ b/src/lib/ecore_wayland/ecore_wl_private.h | |||
@@ -202,6 +202,19 @@ struct _Ecore_Wl_Input | |||
202 | } repeat; | 202 | } repeat; |
203 | }; | 203 | }; |
204 | 204 | ||
205 | struct _Ecore_Wl_Output | ||
206 | { | ||
207 | Ecore_Wl_Display *display; | ||
208 | struct wl_output *output; | ||
209 | Eina_Rectangle allocation; | ||
210 | int mw, mh; | ||
211 | int transform; | ||
212 | struct wl_list link; | ||
213 | |||
214 | void (*destroy) (Ecore_Wl_Output *output, void *data); | ||
215 | void *data; | ||
216 | }; | ||
217 | |||
205 | struct _Ecore_Wl_Dnd | 218 | struct _Ecore_Wl_Dnd |
206 | { | 219 | { |
207 | Ecore_Wl_Display *ewd; | 220 | Ecore_Wl_Display *ewd; |