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:
26385bb
)
e_comp_wl: add a video global variable to E_Comp_Wl_Data
accepted/tizen/3.0/common/20170614.124837
accepted/tizen/3.0/ivi/20170614.000425
accepted/tizen/3.0/mobile/20170614.000411
accepted/tizen/3.0/tv/20170614.000416
accepted/tizen/3.0/wearable/20170614.000421
submit/tizen_3.0/20170613.050916
submit/tizen_3.0/20170613.104916
author
Boram Park
<boram1288.park@samsung.com>
Sat, 10 Jun 2017 23:53:20 +0000
(08:53 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Tue, 13 Jun 2017 05:07:59 +0000
(14:07 +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 c48b3b6100e88584b2571c6f8fd366598e7eb094..0f997d88b3611c20abb49704c02dc02aa6499f0a 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;