Closed swift-kim closed 2 years ago
The refactoring is neat and great! :+1: And.. What motivated you to do this? I wonder what's bothering you :smile:
@bwikbs I was writing TizenRendererWayland
(just for fun), and wanted to make the code style consistent across the renderers. :)
@swift-kim
You really hate efl
!!! :smile:
Common
InitializeRenderer
andDestroyRenderer
into constructors and destructors.GetWindowHandle
.Ecore Wl2
SetupDisplay
andSetupEcoreWlWindow
into a single functionSetupEcoreWl2
.SetupEglWindow
andSetupEglSurface
into a single functionSetupEGL
.Evas GL
SetupEvasWindow
return bool to make the calling order consistent with Ecore Wl2.