summaryrefslogtreecommitdiffstats
path: root/examples/wayland/minimal-cpp/README
blob: 3a9a4b1b29dd953dfb7d8d0a8572277a7f6fcb34 (plain)
1
2
3
4
5
6
7
A minimal example showing what is required to get a C++ based compositor up
and running. Input events are not delivered to clients, to avoid the logic
for finding the correct window and map the coordinates.

See the qwindow-compositor example for information on how to implement
support for key and mouse events, and everything else a proper desktop
compositor needs.