Запуск окон wayland на Return
This commit is contained in:
@@ -53,7 +53,6 @@ static void *window_thread_main(void *arg)
|
||||
|
||||
if (window_init(g_display, slot->queue, &slot->window) < 0)
|
||||
{
|
||||
input_cleanup();
|
||||
wl_event_queue_destroy(slot->queue);
|
||||
slot->queue = NULL;
|
||||
signal_thread_exit(slot);
|
||||
@@ -73,7 +72,6 @@ static void *window_thread_main(void *arg)
|
||||
}
|
||||
printf("Window #%d closed\n", slot->window.id);
|
||||
|
||||
input_cleanup();
|
||||
window_destroy(&slot->window);
|
||||
|
||||
if (slot->queue)
|
||||
|
||||
Reference in New Issue
Block a user