parsing output arguments
This commit is contained in:
parent
ace8497478
commit
24de6d4133
3 changed files with 20 additions and 4 deletions
|
|
@ -507,7 +507,7 @@ static const struct wl_registry_listener wl_registry_listener = {
|
|||
};
|
||||
|
||||
/// Initializes wayland and creates an opengl context
|
||||
struct client_state* wayland_init(int output_type) {
|
||||
struct client_state* wayland_init(int output_type, char *output_list[], int output_list_len) {
|
||||
struct client_state *state = malloc(sizeof(struct client_state));
|
||||
state->running = 1;
|
||||
state->output_type = output_type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue