From 97a425b52d39afa250ed2fb46419dcfef032ce61 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 6 Jun 2013 04:29:42 +0100 Subject: [PATCH] Fix formatting. Signed-off-by: Chris Michael --- src/lib/ecore_evas/ecore_evas_wayland.h | 11 ++++++----- 1 file 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 @@ typedef struct _Ecore_Evas_Interface_Wayland Ecore_Evas_Interface_Wayland; -struct _Ecore_Evas_Interface_Wayland { +struct _Ecore_Evas_Interface_Wayland +{ Ecore_Evas_Interface base; - void (*resize)(Ecore_Evas *ee, int location); - void (*move)(Ecore_Evas *ee, int x, int y); - void (*pointer_set)(Ecore_Evas *ee, int hot_x, int hot_y); - void (*type_set)(Ecore_Evas *ee, int type); + void (*resize)(Ecore_Evas *ee, int location); + void (*move)(Ecore_Evas *ee, int x, int y); + void (*pointer_set)(Ecore_Evas *ee, int hot_x, int hot_y); + void (*type_set)(Ecore_Evas *ee, int type); Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee); };