summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/0001-ivi-shell-Add-screenshooter-option.patch
blob: aa45011b9ce246a9de766ec72f16cada26eccfc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 6189fb7936f469eab53db712f31dc8276075ff5e Mon Sep 17 00:00:00 2001
From: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
Date: Tue, 16 Aug 2016 23:47:23 -0400
Subject: [PATCH] ivi-shell: Add screenshooter option

Add ability to capture the screen.

Signed-off-by: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 ivi-shell/ivi-shell.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c
index 1720705..5637d8e 100644
--- a/ivi-shell/ivi-shell.c
+++ b/ivi-shell/ivi-shell.c
@@ -456,6 +456,8 @@ module_init(struct weston_compositor *compositor,
 				    argc, argv) < 0)
 		goto out_settings;
 
+	screenshooter_create(compositor);
+
 	retval = 0;
 
 out_settings:
-- 
2.4.5