minor formatting fix

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-02-07 10:42:07 -05:00
parent 8cb4a92ab5
commit 90c120985a
1 changed files with 27 additions and 27 deletions

View File

@ -97,40 +97,40 @@ struct _E_Comp_Wl_Subsurf_Data
typedef struct E_Comp_Wl_Extension_Data
{
struct
{
struct wl_global *global;
struct wl_client *client;
void (*read_pixels)(E_Comp_Wl_Output *output, void *pixels);
} screenshooter;
struct
{
struct wl_global *global;
} session_recovery;
{
struct wl_global *global;
struct wl_client *client;
void (*read_pixels)(E_Comp_Wl_Output *output, void *pixels);
} screenshooter;
struct
{
struct wl_global *global;
} www;
{
struct wl_global *global;
} session_recovery;
struct
{
struct wl_global *global;
} www;
/* begin xdg-foreign */
struct
{
struct wl_global *global;
Eina_Hash *surfaces;
} zxdg_exporter_v1;
{
struct wl_global *global;
Eina_Hash *surfaces;
} zxdg_exporter_v1;
struct
{
struct wl_global *global;
} zxdg_importer_v1;
{
struct wl_global *global;
} zxdg_importer_v1;
/* end xdg-foreign */
struct
{
struct wl_global *global;
Eina_List *resources;
} zwp_relative_pointer_manager_v1;
{
struct wl_global *global;
Eina_List *resources;
} zwp_relative_pointer_manager_v1;
struct
{
struct wl_global *global;
Eina_Hash *constraints;
} zwp_pointer_constraints_v1;
{
struct wl_global *global;
Eina_Hash *constraints;
} zwp_pointer_constraints_v1;
} E_Comp_Wl_Extension_Data;
struct _E_Comp_Wl_Data