Wayland: Patched to compile.

This commit is contained in:
Ryan C. Gordon 2015-04-08 02:22:28 -04:00
parent 785618afec
commit e0ad1021a5

View File

@ -297,10 +297,10 @@ Wayland_VideoInit(_THIS)
wl_registry_add_listener(data->registry, &registry_listener, data); wl_registry_add_listener(data->registry, &registry_listener, data);
// First roundtrip to receive all registry objects. // First roundtrip to receive all registry objects.
wl_display_roundtrip(data->display); WAYLAND_wl_display_roundtrip(data->display);
// Second roundtrip to receive all output events. // Second roundtrip to receive all output events.
wl_display_roundtrip(data->display); WAYLAND_wl_display_roundtrip(data->display);
data->xkb_context = WAYLAND_xkb_context_new(0); data->xkb_context = WAYLAND_xkb_context_new(0);
if (!data->xkb_context) { if (!data->xkb_context) {