-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add native window handle to platform view #136
Add native window handle to platform view #136
Conversation
bwikbs
commented
Jul 8, 2021
- This is a preparation to independently handle something(e.g. imf) in platform view.
* This is a preparation to independently handle something(e.g. imf) in platform view. Signed-off-by: MuHong Byun <[email protected]>
Signed-off-by: MuHong Byun <[email protected]>
@@ -569,6 +569,10 @@ uintptr_t TizenRendererEvasGL::GetWindowId() { | |||
ecore_evas_ecore_evas_get(evas_object_evas_get(evas_window_))); | |||
} | |||
|
|||
void* TizenRendererEvasGL::GetWindowHandle() { | |||
return nullptr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional or just unimplemented?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's half and half 😄
Evasgl version is not implemented yet.. so This is for preventing tricky issues.
I've been waiting for this for a long time. Thank you so much. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Add native window handle to platform view * This is a preparation to independently handle something(e.g. imf) in platform view. Signed-off-by: MuHong Byun <[email protected]> * Apply review's comment Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something(e.g. imf) in platform view. Signed-off-by: MuHong Byun <[email protected]> * Apply review's comment Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something(e.g. imf) in platform view. Signed-off-by: MuHong Byun <[email protected]> * Apply review's comment Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something (e.g. imf) in platform view. * Apply review's comment Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something (e.g. imf) in platform view. * Apply review's comment Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something (e.g. imf) in platform view. * Apply review's comment Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something (e.g. imf) in platform view. * Apply review's comment Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something (e.g. imf) in platform view. Signed-off-by: MuHong Byun <[email protected]>
* Add native window handle to platform view * This is a preparation to independently handle something (e.g. imf) in platform view. Signed-off-by: MuHong Byun <[email protected]>