weston/libweston/backend-headless
Daniel Stone fa6ae44719 backend-headless: Fix pointer vs. int confusion with EGL
EGL's native display type is not particularly well defined; in
gl-renderer we get around this by always treating it as a void *, since
for all the platforms we care about it's a pointer - gbm_device,
wl_display, or Display *.

The surfaceless platform doesn't care what the native display is (since
it doesn't have one by definition), so just use NULL instead of what may
be either NULL or 0 depending on environmental factors.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2021-08-03 18:42:25 +01:00
..
headless.c backend-headless: Fix pointer vs. int confusion with EGL 2021-08-03 18:42:25 +01:00
meson.build build: separate deps for int and ext libweston users 2019-10-24 13:29:33 +03:00