Skip to content

Commit

Permalink
[fixup for Add wlr-output-management protocol] left pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Consolatis committed Oct 30, 2023
1 parent 4d9e2a1 commit a02bafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/output-management.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ struct output;
struct zwlr_output_manager_v1;

void wlr_output_manager_setup(struct zwlr_output_manager_v1* output_manager);
bool wlr_output_manager_resize_output(struct output *output,
bool wlr_output_manager_resize_output(struct output* output,
uint16_t width, uint16_t height);
void wlr_output_manager_destroy(void);

0 comments on commit a02bafe

Please sign in to comment.