projects
/
platform
/
core
/
uifw
/
e-mod-tizen-devicemgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a57f2c
)
screenshooter: fix syntax error
12/132412/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Mon, 5 Jun 2017 04:35:45 +0000
(13:35 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Mon, 5 Jun 2017 04:35:49 +0000
(13:35 +0900)
Change-Id: If83e022559117bc5406b8b13dbb468b098e1cf61
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/e_devicemgr_screenshooter.c
patch
|
blob
|
history
diff --git
a/src/e_devicemgr_screenshooter.c
b/src/e_devicemgr_screenshooter.c
index 3db85e2d620116bc280dab2a49ba24c8d7e9cf94..95c45d394573e51857015fc42dfc22fdeef85c9c 100644
(file)
--- a/
src/e_devicemgr_screenshooter.c
+++ b/
src/e_devicemgr_screenshooter.c
@@
-470,7
+470,7
@@
_e_tz_screenmirror_showing_rect_get(Eina_Rectangle *out_rect, Eina_Rectangle *ds
showing_rect->w = dst_rect->w;
if (dst_rect->y >= out_rect->h)
-
showing_rect->w
= 0;
+
showing_rect->h
= 0;
else if (dst_rect->y + dst_rect->h > out_rect->h)
showing_rect->h = out_rect->h - dst_rect->y;
else