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 typedef struct E_Comp_Wl_Extension_Data
{ {
struct struct
{ {
struct wl_global *global; struct wl_global *global;
struct wl_client *client; struct wl_client *client;
void (*read_pixels)(E_Comp_Wl_Output *output, void *pixels); void (*read_pixels)(E_Comp_Wl_Output *output, void *pixels);
} screenshooter; } screenshooter;
struct
{
struct wl_global *global;
} session_recovery;
struct struct
{ {
struct wl_global *global; struct wl_global *global;
} www; } session_recovery;
struct
{
struct wl_global *global;
} www;
/* begin xdg-foreign */ /* begin xdg-foreign */
struct struct
{ {
struct wl_global *global; struct wl_global *global;
Eina_Hash *surfaces; Eina_Hash *surfaces;
} zxdg_exporter_v1; } zxdg_exporter_v1;
struct struct
{ {
struct wl_global *global; struct wl_global *global;
} zxdg_importer_v1; } zxdg_importer_v1;
/* end xdg-foreign */ /* end xdg-foreign */
struct struct
{ {
struct wl_global *global; struct wl_global *global;
Eina_List *resources; Eina_List *resources;
} zwp_relative_pointer_manager_v1; } zwp_relative_pointer_manager_v1;
struct struct
{ {
struct wl_global *global; struct wl_global *global;
Eina_Hash *constraints; Eina_Hash *constraints;
} zwp_pointer_constraints_v1; } zwp_pointer_constraints_v1;
} E_Comp_Wl_Extension_Data; } E_Comp_Wl_Extension_Data;
struct _E_Comp_Wl_Data struct _E_Comp_Wl_Data