mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-09 13:29:54 -05:00
opt: change struct type name animationScale to BufferData
This commit is contained in:
parent
aa85026da7
commit
17071783aa
3 changed files with 70 additions and 69 deletions
|
|
@ -223,7 +223,7 @@ typedef struct {
|
|||
float opacity;
|
||||
enum corner_location corner_location;
|
||||
bool should_scale;
|
||||
} animationScale;
|
||||
} BufferData;
|
||||
|
||||
typedef struct Client Client;
|
||||
struct Client {
|
||||
|
|
@ -627,7 +627,7 @@ static void scene_buffer_apply_opacity(struct wlr_scene_buffer *buffer, int sx,
|
|||
static Client *direction_select(const Arg *arg);
|
||||
static void view_in_mon(const Arg *arg, bool want_animation, Monitor *m);
|
||||
|
||||
static void buffer_set_effect(Client *c, animationScale scale_data);
|
||||
static void buffer_set_effect(Client *c, BufferData buffer_data);
|
||||
static void snap_scene_buffer_apply_effect(struct wlr_scene_buffer *buffer,
|
||||
int sx, int sy, void *data);
|
||||
static void client_set_pending_state(Client *c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue