mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-05 00:06:20 -04:00
opt: Optimize some function names
This commit is contained in:
parent
d3cf4319cd
commit
186259cf44
3 changed files with 16 additions and 16 deletions
|
|
@ -848,7 +848,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 apply_border(Client *c);
|
||||
static void client_draw_border(Client *c);
|
||||
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