parsing output arguments
This commit is contained in:
parent
ace8497478
commit
24de6d4133
3 changed files with 20 additions and 4 deletions
|
|
@ -31,7 +31,8 @@ struct event {
|
|||
} data;
|
||||
};
|
||||
|
||||
struct client_state* wayland_init(int output_type);
|
||||
/// output_list: if not NULL, only select outputs should be drawn to
|
||||
struct client_state* wayland_init(int output_type, char *output_list[], int output_list_len);
|
||||
void commit(struct client_state *state);
|
||||
struct event wait_for_event(struct client_state *state);
|
||||
void swap_buffers(struct client_state *state, struct surface *surface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue