mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-10 11:04:10 -04:00
opt: Avoid unnecessary animation calculations
This commit is contained in:
parent
516052ff14
commit
1da0cfba47
3 changed files with 313 additions and 501 deletions
|
|
@ -843,7 +843,7 @@ get_nearest_output_mode(struct wlr_output *output, int32_t width,
|
|||
|
||||
static void client_commit(Client *c);
|
||||
static void layer_commit(LayerSurface *l);
|
||||
static void client_draw_border(Client *c);
|
||||
static void client_draw_border(Client *c, struct ivec2 offsets);
|
||||
static void client_set_opacity(Client *c, double opacity);
|
||||
static void init_baked_points(void);
|
||||
static void scene_buffer_apply_opacity(struct wlr_scene_buffer *buffer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue