|
|
@ -129,6 +129,7 @@ int main(int argc, char *argv[]) {
|
|
|
|
wl_registry_add_listener(registry, ®istry_listener, NULL);
|
|
|
|
wl_registry_add_listener(registry, ®istry_listener, NULL);
|
|
|
|
wl_display_dispatch(display);
|
|
|
|
wl_display_dispatch(display);
|
|
|
|
wl_display_roundtrip(display);
|
|
|
|
wl_display_roundtrip(display);
|
|
|
|
|
|
|
|
free(registry);
|
|
|
|
|
|
|
|
|
|
|
|
if (idle_manager == NULL) {
|
|
|
|
if (idle_manager == NULL) {
|
|
|
|
fprintf(stderr, "display doesn't support idle protocol\n");
|
|
|
|
fprintf(stderr, "display doesn't support idle protocol\n");
|
|
|
|