mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-06 00:06:43 -04:00
Merge 1ebc8129ec into 4967fd49ba
This commit is contained in:
commit
0263a7bc2c
4 changed files with 63 additions and 8 deletions
|
|
@ -399,6 +399,7 @@ struct Client {
|
|||
pid_t pid;
|
||||
Client *swallowing, *swallowedby;
|
||||
bool is_clip_to_hide;
|
||||
bool is_xwayland_hidden;
|
||||
bool drag_to_tile;
|
||||
bool scratchpad_switching_mon;
|
||||
bool fake_no_border;
|
||||
|
|
@ -4243,6 +4244,7 @@ void init_client_properties(Client *c) {
|
|||
c->is_scratchpad_show = 0;
|
||||
c->need_float_size_reduce = 0;
|
||||
c->is_clip_to_hide = 0;
|
||||
c->is_xwayland_hidden = 0;
|
||||
c->is_restoring_from_ov = 0;
|
||||
c->isurgent = 0;
|
||||
c->need_output_flush = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue