mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-29 21:37:42 -04:00
opt: opitmize subtree surface scale in overview
This commit is contained in:
parent
3261950bbf
commit
17d7cb8e7d
3 changed files with 71 additions and 11 deletions
|
|
@ -617,6 +617,13 @@ struct TagScrollerState {
|
|||
int count;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
int32_t orig_width;
|
||||
int32_t orig_height;
|
||||
bool is_subsurface;
|
||||
struct wl_listener destroy;
|
||||
} SnapshotMetadata;
|
||||
|
||||
/* function declarations */
|
||||
static void applybounds(
|
||||
Client *c,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue