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/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/wayland/minimal-cpp/README b/examples/wayland/minimal-cpp/README
index 87c389c3b..2a4a51f3d 100644
--- a/examples/wayland/minimal-cpp/README
+++ b/examples/wayland/minimal-cpp/README
@@ -3,6 +3,3 @@ and running. Input events are not delivered to clients, to avoid the logic
for finding the correct window and map the coordinates. This example uses the
IVI-application shell protocol, positioning windows based on the ivi_id.
-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.