mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Track server-side-decoration per view
This commit is contained in:
parent
44df6c896d
commit
042c157378
6 changed files with 45 additions and 37 deletions
|
|
@ -121,6 +121,7 @@ struct view {
|
|||
bool mapped;
|
||||
bool been_mapped;
|
||||
int x, y;
|
||||
bool show_server_side_deco;
|
||||
};
|
||||
|
||||
struct keyboard {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue