summaryrefslogtreecommitdiffstats
path: root/examples/wayland/minimal-cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/minimal-cpp/README')
-rw-r--r--examples/wayland/minimal-cpp/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/wayland/minimal-cpp/README b/examples/wayland/minimal-cpp/README
new file mode 100644
index 000000000..3a9a4b1b2
--- /dev/null
+++ b/examples/wayland/minimal-cpp/README
@@ -0,0 +1,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.