Fix GlWindow when destroyed 84/246384/2
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Wed, 28 Oct 2020 06:27:59 +0000 (15:27 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Thu, 29 Oct 2020 09:50:28 +0000 (18:50 +0900)
commitb577ef4d0a47c1a1fcd9528f9dcb8b0757140fcc
tree4ec07648b9b67bd4ea2836ff42f597152c895740
parent70dc0d313adbf59f0d22bc63d63f744895a4002f
Fix GlWindow when destroyed

GlWindow created a EglGraphics.
When GlWindow was destroyed, the EglGraphics called eglTerminate().
It caused destroying all egl resources.
GlWindow uses EglGraphics of Adaptor.

Change-Id: I78e0ea977d4d795e3dbb001e4214802d32282808
dali/internal/window-system/common/gl-window-impl.cpp
dali/internal/window-system/common/gl-window-impl.h