dra7xx-evm: weston: add changes for AGL home screen
[AGL/meta-agl.git] / meta-agl-bsp / meta-ti / recipes-arago / weston / weston / 0001-ivi-shell-Add-screenshooter-option.patch
1 From 6189fb7936f469eab53db712f31dc8276075ff5e Mon Sep 17 00:00:00 2001
2 From: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
3 Date: Tue, 16 Aug 2016 23:47:23 -0400
4 Subject: [PATCH] ivi-shell: Add screenshooter option
5
6 Add ability to capture the screen.
7
8 Signed-off-by: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
9 Signed-off-by: Karthik Ramanan <a0393906@ti.com>
10 ---
11  ivi-shell/ivi-shell.c | 2 ++
12  1 file changed, 2 insertions(+)
13
14 diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c
15 index 1720705..5637d8e 100644
16 --- a/ivi-shell/ivi-shell.c
17 +++ b/ivi-shell/ivi-shell.c
18 @@ -456,6 +456,8 @@ module_init(struct weston_compositor *compositor,
19                                     argc, argv) < 0)
20                 goto out_settings;
21  
22 +       screenshooter_create(compositor);
23 +
24         retval = 0;
25  
26  out_settings:
27 -- 
28 2.4.5
29