From 4bb9038b679da22cb06cde084afd904802ef25ce Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 11 Jan 2017 10:20:49 -0500 Subject: [PATCH] ecore-wl2: Minor formatting fixes NB: No functional changes, just formatting Signed-off-by: Chris Michael --- src/lib/ecore_wl2/Ecore_Wl2.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index b499e46..6a0ff4f 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -44,6 +44,7 @@ typedef struct _Ecore_Wl2_Pointer Ecore_Wl2_Pointer; typedef struct _Ecore_Wl2_Keyboard Ecore_Wl2_Keyboard; typedef struct _Ecore_Wl2_Touch Ecore_Wl2_Touch; typedef struct _Ecore_Wl2_Offer Ecore_Wl2_Offer; + /* matches protocol values */ typedef enum { @@ -66,6 +67,7 @@ struct _Ecore_Wl2_Event_Connection { Ecore_Wl2_Display *display; }; + typedef struct _Ecore_Wl2_Event_Connection Ecore_Wl2_Event_Connect; typedef struct _Ecore_Wl2_Event_Connection Ecore_Wl2_Event_Disconnect; @@ -204,7 +206,8 @@ typedef struct _Ecore_Wl2_Event_Sync_Done Ecore_Wl2_Display *display; } Ecore_Wl2_Event_Sync_Done; -typedef struct _Ecore_Wl2_Event_Offer_Data_Ready{ +typedef struct _Ecore_Wl2_Event_Offer_Data_Ready +{ Ecore_Wl2_Offer *offer; char *data; int len; @@ -247,6 +250,7 @@ EAPI extern int ECORE_WL2_EVENT_SEAT_NAME_CHANGED; /** @since 1.19 */ EAPI extern int ECORE_WL2_EVENT_SEAT_CAPABILITIES_CHANGED; /** @since 1.19 */ EAPI extern int ECORE_WL2_EVENT_DEVICE_ADDED; /** @since 1.19 */ EAPI extern int ECORE_WL2_EVENT_DEVICE_REMOVED; /** @since 1.19 */ + /** * @file * @brief Ecore functions for dealing with the Wayland display protocol -- 2.7.4