362b672111e1e71e2a4b58f3e542f1a08a4ae584
EGLDisplay is helpfully typedeffed as void *, which means that you won't get conflicting-pointer-type warnings if you accidentally confuse it with weston_compositor::wl_display. Rename it to make it more clear which display you're dealing with, and also rename compositor-wayland's parent.display member to parent.wl_display. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Wayland Demos This repository contains a few demos application for the Wayland project. There's a sample compositor that can run on KMS, under X11 or under another Wayland compositor and there's a handful of simple clients that demonstrate various aspects of Wayland:
Description
Languages
C
98%
Meson
1.4%
Shell
0.3%
GLSL
0.2%