Fix formatting.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
This commit is contained in:
Christopher Michael 2013-02-05 12:48:25 +00:00 committed by Rafael Antognolli
parent 5526a29417
commit 9e6b41e629
1 changed files with 4 additions and 3 deletions

View File

@ -22,16 +22,17 @@
typedef struct _Ecore_Evas_Engine_Wl_Data Ecore_Evas_Engine_Wl_Data;
struct _Ecore_Evas_Engine_Wl_Data {
struct _Ecore_Evas_Engine_Wl_Data
{
Ecore_Wl_Window *parent, *win;
Evas_Object *frame;
# if defined(BUILD_ECORE_EVAS_WAYLAND_SHM)
#if defined(BUILD_ECORE_EVAS_WAYLAND_SHM)
struct wl_shm_pool *pool;
size_t pool_size;
void *pool_data;
struct wl_buffer *buffer;
# endif
#endif
};
Ecore_Evas_Interface_Wayland *_ecore_evas_wl_interface_new(void);