projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f29e8e8
)
e_comp_wl: add a video global variable to E_Comp_Wl_Data
author
Boram Park
<boram1288.park@samsung.com>
Sat, 10 Jun 2017 23:53:20 +0000
(08:53 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 13 Jun 2017 06:25:15 +0000
(15:25 +0900)
Change-Id: I060cd7a17c857884f24499d8d357a75be06b87b1
src/bin/e_comp_wl.h
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.h
b/src/bin/e_comp_wl.h
index 0aa68666042df132e18bb79573b8657bdce27491..ddf4d2cfae4b17448015992c2746451d3483a238 100644
(file)
--- a/
src/bin/e_comp_wl.h
+++ b/
src/bin/e_comp_wl.h
@@
-348,6
+348,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;