Track server-side-decoration per view

This commit is contained in:
Johan Malm 2020-08-06 14:51:45 +01:00
parent 44df6c896d
commit 042c157378
6 changed files with 45 additions and 37 deletions

View file

@ -121,6 +121,7 @@ struct view {
bool mapped;
bool been_mapped;
int x, y;
bool show_server_side_deco;
};
struct keyboard {