summaryrefslogtreecommitdiff
path: root/wayland-protocols
AgeCommit message (Collapse)AuthorFilesLines
2018-11-04wayland: ask xdg-decoration protocol extension to use server-side ↵Sebastian Krzyszkowiak1-0/+156
decorations if possible.
2018-10-29wayland: ask KDE protocol extension to use server-side decorations if possible.Ryan C. Gordon1-0/+94
--HG-- branch : SDL-ryan-batching-renderer
2018-06-25wayland: Keep protocol XML files in-tree.Ryan C. Gordon5-0/+5385
Now you don't need the latest Wayland installed to build with newer protocols supported, as they'll build correctly; even if your system can't use them, we can make intelligent decisions at runtime about what's available on the current machine anyhow. This also simplifies some logic and possible failure cases in the configure and CMake scripts. Fixes Bugzilla #4207.