summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrii Kroitor <an.kroitor@samsung.com>2015-03-23 19:37:21 +0100
committerCedric BAIL <cedric@osg.samsung.com>2015-03-23 19:37:24 +0100
commit1c3dbc3267caef2169dbf1e7c21dec288bf91c5c (patch)
tree619a8021e17cbae41f401f955e94e9053fa5e039 /src
parent54bedbe1f14ffda6a8acdd2d180786bd8fc15318 (diff)
downloadefl-1c3dbc3267caef2169dbf1e7c21dec288bf91c5c.tar.gz
ecore_exe: fix ecore_exe_pid_get on windows
Summary: ecore_exe_pid_get returns exe->pid value so it should be filled @fix Reviewers: raster, seoz, cedric, Hermet Subscribers: NikaWhite, cedric, reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D2195 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src')
-rw-r--r--src/lib/ecore/ecore_exe_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore/ecore_exe_win32.c b/src/lib/ecore/ecore_exe_win32.c
index 4b0eb72b72..7a9f41fb83 100644
--- a/src/lib/ecore/ecore_exe_win32.c
+++ b/src/lib/ecore/ecore_exe_win32.c
@@ -484,6 +484,7 @@ _impl_ecore_exe_eo_base_finalize(Eo *obj, Ecore_Exe_Data *exe)
exe->process = pi.hProcess;
exe->process_thread = pi.hThread;
exe->process_id = pi.dwProcessId;
+ exe->pid = pi.dwProcessId;
exe->thread_id = pi.dwThreadId;
exe->h_close = ecore_main_win32_handler_add(exe->process,