Zonai master (#1)

* simplify tearing implementation

---------

Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
This commit is contained in:
Ph42oN 2024-01-04 03:52:58 +02:00 committed by GitHub
parent fc69b80234
commit 8b7e953a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 46 deletions

View file

@ -361,7 +361,6 @@ struct output {
bool leased;
bool gamma_lut_changed;
bool tearing;
};
#undef LAB_NR_LAYERS
@ -484,7 +483,6 @@ void output_add_virtual(struct server *server, const char *output_name);
void output_remove_virtual(struct server *server, const char *output_name);
void output_enable_adaptive_sync(struct wlr_output *output, bool enabled);
void new_tearing_hint(struct wl_listener *listener, void *data);
void set_tearing(struct output *output);
void server_init(struct server *server);
void server_start(struct server *server);