-
Notifications
You must be signed in to change notification settings - Fork 52
Introduce tizen_window_manager plugin #922
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
Conversation
17e2cc3 to
ad13773
Compare
seungsoo47
left a comment
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.
a minor issue
| @@ -0,0 +1,25 @@ | |||
| Copyright (c) 2021 Samsung Electronics Co., Ltd. All rights reserved. | |||
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.
| Copyright (c) 2021 Samsung Electronics Co., Ltd. All rights reserved. | |
| Copyright (c) 2025 Samsung Electronics Co., Ltd. All rights reserved. |
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.
done
| } | ||
| } | ||
|
|
||
| FlutterDesktopPluginRegistrarRef registrar_ref_; |
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.
I think we can remove registrar_ref_, because the plugin just uses it one time.
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.
done
#916
This plugin controls windows and obtains geometry information. It only works when the RendererType is EGL.(EvasGL has been removed.)