mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Zonai master (#1)
* simplify tearing implementation --------- Co-authored-by: Andrew J. Hesford <ajh@sideband.org>
This commit is contained in:
parent
fc69b80234
commit
8b7e953a25
6 changed files with 40 additions and 46 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue