devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2c09a35b6cbc331776e434c07645875a66f0cc47
commit 2c09a35b6cbc331776e434c07645875a66f0cc47 Author: Chris Michael <[email protected]> Date: Fri Oct 28 08:53:17 2016 -0400 evas-wayland-shm: Fix formatting NB: No functional changes Signed-off-by: Chris Michael <[email protected]> --- src/modules/evas/engines/wayland_shm/evas_engine.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/modules/evas/engines/wayland_shm/evas_engine.h b/src/modules/evas/engines/wayland_shm/evas_engine.h index 467e406..96bea3a 100644 --- a/src/modules/evas/engines/wayland_shm/evas_engine.h +++ b/src/modules/evas/engines/wayland_shm/evas_engine.h @@ -76,7 +76,8 @@ typedef struct _Shm_Surface Shm_Surface; typedef struct _Dmabuf_Surface Dmabuf_Surface; typedef enum _Surface_Type Surface_Type; -enum _Surface_Type { +enum _Surface_Type +{ SURFACE_EMPTY, SURFACE_SHM, SURFACE_DMABUF @@ -86,10 +87,11 @@ typedef struct _Surface Surface; struct _Surface { Surface_Type type; - union { - Shm_Surface *shm; - Dmabuf_Surface *dmabuf; - } surf; + union + { + Shm_Surface *shm; + Dmabuf_Surface *dmabuf; + } surf; Evas_Engine_Info_Wayland_Shm *info; struct { --
