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:
677f17d
)
eom: use comp mode when external output connected
54/87754/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Fri, 9 Sep 2016 09:04:59 +0000
(18:04 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Fri, 9 Sep 2016 09:06:09 +0000
(18:06 +0900)
Change-Id: I3d3d353f09cf0cb5708749bcd41ee6c75b8b2701
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/e_devicemgr_eom.c
patch
|
blob
|
history
diff --git
a/src/e_devicemgr_eom.c
b/src/e_devicemgr_eom.c
index 3547c7a1488647d0579f539bae36661bf75a96b2..8482aeefcce04ecb8ed3b6dc074fed591f9e4a37 100644
(file)
--- a/
src/e_devicemgr_eom.c
+++ b/
src/e_devicemgr_eom.c
@@
-1323,10
+1323,14
@@
_e_eom_cb_tdm_output_status_change(tdm_output *output, tdm_output_change_type ty
eom_output->name = eina_stringshare_add(new_name);
+ e_comp_override_add();
+
_e_eom_output_connected(eom_output);
}
else if (status == TDM_OUTPUT_CONN_STATUS_DISCONNECTED)
{
+ e_comp_override_del();
+
_e_eom_output_disconnected(eom_output);
}
}
@@
-2333,4
+2337,4
@@
e_devicemgr_tdm_output_by_ec_get(E_Client *ec)
if (!eom_output)
return NULL;
return eom_output->output;
-}
\ No newline at end of file
+}