-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
XEmbed client support #17446
XEmbed client support #17446
Conversation
You can test this PR using the following package version. |
51cc252
to
6efaff7
Compare
You can test this PR using the following package version. |
c6b10c9
to
4733e99
Compare
You can test this PR using the following package version. |
This PR implements the client side of https://specifications.freedesktop.org/xembed-spec/latest/
Since the window has to behave quite differently, the XEmbed-specific (child window) behavior got extracted into a separate XEmbedWindowMode nested class, while the normal (toplevel) behavior now lives in its own class too
Depends on #17779 for smoother resize