diff options
author | Chris Michael <devilhorns@comcast.net> | 2013-06-06 04:29:42 +0100 |
---|---|---|
committer | Chris Michael <devilhorns@comcast.net> | 2013-06-06 04:29:42 +0100 |
commit | 97a425b52d39afa250ed2fb46419dcfef032ce61 (patch) | |
tree | f326bd823a52a6d5819d74f258bf6f426c110e42 /src/lib/ecore_evas/ecore_evas_wayland.h | |
parent | b951b98d47aebb85fdd58bbe804f8b5a11ba4996 (diff) |
Fix formatting.
Signed-off-by: Chris Michael <devilhorns@comcast.net>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_evas/ecore_evas_wayland.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/ecore_evas/ecore_evas_wayland.h b/src/lib/ecore_evas/ecore_evas_wayland.h index ba21718470..35d4fdd10b 100644 --- a/src/lib/ecore_evas/ecore_evas_wayland.h +++ b/src/lib/ecore_evas/ecore_evas_wayland.h | |||
@@ -3,13 +3,14 @@ | |||
3 | 3 | ||
4 | typedef struct _Ecore_Evas_Interface_Wayland Ecore_Evas_Interface_Wayland; | 4 | typedef struct _Ecore_Evas_Interface_Wayland Ecore_Evas_Interface_Wayland; |
5 | 5 | ||
6 | struct _Ecore_Evas_Interface_Wayland { | 6 | struct _Ecore_Evas_Interface_Wayland |
7 | { | ||
7 | Ecore_Evas_Interface base; | 8 | Ecore_Evas_Interface base; |
8 | 9 | ||
9 | void (*resize)(Ecore_Evas *ee, int location); | 10 | void (*resize)(Ecore_Evas *ee, int location); |
10 | void (*move)(Ecore_Evas *ee, int x, int y); | 11 | void (*move)(Ecore_Evas *ee, int x, int y); |
11 | void (*pointer_set)(Ecore_Evas *ee, int hot_x, int hot_y); | 12 | void (*pointer_set)(Ecore_Evas *ee, int hot_x, int hot_y); |
12 | void (*type_set)(Ecore_Evas *ee, int type); | 13 | void (*type_set)(Ecore_Evas *ee, int type); |
13 | Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee); | 14 | Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee); |
14 | }; | 15 | }; |
15 | 16 | ||