Ecore_Win32: move monitor window initialization to earlier in init func
authorVincent Torri <vincent.torri@gmail.com>
Sun, 14 Jan 2018 13:33:10 +0000 (22:33 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 17 Jan 2018 09:19:31 +0000 (18:19 +0900)
commita6dc60eda23b3648542ed9625fb0aa6cfc480163
treee7de461a1422ea28eeb0bf7af9f79dc0025d0fc1
parent2b0851e6fff3e193285ba344cd8f91a1741c7a0f
Ecore_Win32: move monitor window initialization to earlier in init func

Summary: This monitor window is just used to receive events when mutiple
monitors are available. it should not be managed by the ecore loop
(creation and destruction events), so initting it earlier means
ecore_win32 attaches less memory/overhead to it as it's just being
used for notifications for devices.

Test Plan: DrMemory to check used memory

Reviewers: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D5736
src/lib/ecore_win32/ecore_win32.c
src/lib/ecore_win32/ecore_win32_event.c