We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per the documentation in xdg_wm_base.get_xdg_surface:
xdg_wm_base.get_xdg_surface
While xdg_surface itself is not a role, the corresponding surface may only be assigned a role extending xdg_surface, such as xdg_toplevel or xdg_popup
Talked with Simon about this on #wayland and he agrees that should exhibit a protocol error.
The text was updated successfully, but these errors were encountered:
I do want to extend the set of "this should raise a protocol error" tests we have. Do you know offhand what error should be raised in this case?
Sorry, something went wrong.
This might actually depend on what role object is being created.
If you create an xdg_surface and then a layer shell, probably an error on the layer shell.
But vice versa, with a layer shell, creating an xdg_surface would probably raise an error on the xdg_surface.
No branches or pull requests
Per the documentation in
xdg_wm_base.get_xdg_surface
:Talked with Simon about this on #wayland and he agrees that should exhibit a protocol error.
The text was updated successfully, but these errors were encountered: