e_comp_wl: add a video global variable to E_Comp_Wl_Data 23/133623/1
authorBoram Park <boram1288.park@samsung.com>
Sat, 10 Jun 2017 23:53:20 +0000 (08:53 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 13 Jun 2017 03:07:39 +0000 (12:07 +0900)
Change-Id: I060cd7a17c857884f24499d8d357a75be06b87b1

src/bin/e_comp_wl.h

index 14bf7cc2171b744b5614012bcb130484d680367f..50f3b1511d7c0d05e679360f95e56571bd006a0f 100644 (file)
@@ -349,6 +349,11 @@ struct _E_Comp_Wl_Data
         Eina_Bool (*read_pixels)(E_Comp_Wl_Output *output, void *pixels);
      } screenshooter;
 
+   struct
+     {
+        struct wl_global *global;
+     } video;
+
    Eina_List *outputs;
 
    Ecore_Fd_Handler *fd_hdlr;