This commit is contained in:
Rakarake 2026-02-22 18:13:04 +01:00
parent 24de6d4133
commit 71f458b7f2
2 changed files with 6 additions and 2 deletions

View file

@ -508,6 +508,9 @@ static const struct wl_registry_listener wl_registry_listener = {
/// Initializes wayland and creates an opengl context
struct client_state* wayland_init(int output_type, char *output_list[], int output_list_len) {
for (int i = 0; i < output_list_len; i++) {
printf("output name selected: %s\n", output_list[i]);
}
struct client_state *state = malloc(sizeof(struct client_state));
state->running = 1;
state->output_type = output_type;