diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-01-11 10:20:49 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-01-11 12:36:27 -0500 |
commit | 4bb9038b679da22cb06cde084afd904802ef25ce (patch) | |
tree | b0776291cbdcca890e65e2b4d24bb7bb90556cb9 /src | |
parent | bc1bbe882933bdf5b9b3cbe81a3df64d8dac145e (diff) |
ecore-wl2: Minor formatting fixes
NB: No functional changes, just formatting
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ecore_wl2/Ecore_Wl2.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index b499e46cf3..6a0ff4f04a 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; | |||
44 | typedef struct _Ecore_Wl2_Keyboard Ecore_Wl2_Keyboard; | 44 | typedef struct _Ecore_Wl2_Keyboard Ecore_Wl2_Keyboard; |
45 | typedef struct _Ecore_Wl2_Touch Ecore_Wl2_Touch; | 45 | typedef struct _Ecore_Wl2_Touch Ecore_Wl2_Touch; |
46 | typedef struct _Ecore_Wl2_Offer Ecore_Wl2_Offer; | 46 | typedef struct _Ecore_Wl2_Offer Ecore_Wl2_Offer; |
47 | |||
47 | /* matches protocol values */ | 48 | /* matches protocol values */ |
48 | typedef enum | 49 | typedef enum |
49 | { | 50 | { |
@@ -66,6 +67,7 @@ struct _Ecore_Wl2_Event_Connection | |||
66 | { | 67 | { |
67 | Ecore_Wl2_Display *display; | 68 | Ecore_Wl2_Display *display; |
68 | }; | 69 | }; |
70 | |||
69 | typedef struct _Ecore_Wl2_Event_Connection Ecore_Wl2_Event_Connect; | 71 | typedef struct _Ecore_Wl2_Event_Connection Ecore_Wl2_Event_Connect; |
70 | typedef struct _Ecore_Wl2_Event_Connection Ecore_Wl2_Event_Disconnect; | 72 | typedef struct _Ecore_Wl2_Event_Connection Ecore_Wl2_Event_Disconnect; |
71 | 73 | ||
@@ -204,7 +206,8 @@ typedef struct _Ecore_Wl2_Event_Sync_Done | |||
204 | Ecore_Wl2_Display *display; | 206 | Ecore_Wl2_Display *display; |
205 | } Ecore_Wl2_Event_Sync_Done; | 207 | } Ecore_Wl2_Event_Sync_Done; |
206 | 208 | ||
207 | typedef struct _Ecore_Wl2_Event_Offer_Data_Ready{ | 209 | typedef struct _Ecore_Wl2_Event_Offer_Data_Ready |
210 | { | ||
208 | Ecore_Wl2_Offer *offer; | 211 | Ecore_Wl2_Offer *offer; |
209 | char *data; | 212 | char *data; |
210 | int len; | 213 | int len; |
@@ -247,6 +250,7 @@ EAPI extern int ECORE_WL2_EVENT_SEAT_NAME_CHANGED; /** @since 1.19 */ | |||
247 | EAPI extern int ECORE_WL2_EVENT_SEAT_CAPABILITIES_CHANGED; /** @since 1.19 */ | 250 | EAPI extern int ECORE_WL2_EVENT_SEAT_CAPABILITIES_CHANGED; /** @since 1.19 */ |
248 | EAPI extern int ECORE_WL2_EVENT_DEVICE_ADDED; /** @since 1.19 */ | 251 | EAPI extern int ECORE_WL2_EVENT_DEVICE_ADDED; /** @since 1.19 */ |
249 | EAPI extern int ECORE_WL2_EVENT_DEVICE_REMOVED; /** @since 1.19 */ | 252 | EAPI extern int ECORE_WL2_EVENT_DEVICE_REMOVED; /** @since 1.19 */ |
253 | |||
250 | /** | 254 | /** |
251 | * @file | 255 | * @file |
252 | * @brief Ecore functions for dealing with the Wayland display protocol | 256 | * @brief Ecore functions for dealing with the Wayland display protocol |