725c2c3d680f4941b12834192c0fe2bbb0c01a1f
weston_compositor_init is always called late because most implementations can't initialise GL until fairly late in the game. Split it into a base version with the same name, followed by weston_compositor_init_gl which can be called later on. This simplifies compositor-wayland, which no longer needs a separate global handler just for wl_seat. 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%