mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
Move view marks properties to container struct
Like border properties, this will be needed to implement layout saving and restoring.
This commit is contained in:
parent
480b03b734
commit
9fc736f4e1
16 changed files with 236 additions and 261 deletions
|
@ -10,9 +10,7 @@
|
|||
#include "log.h"
|
||||
|
||||
static void rebuild_textures_iterator(struct sway_container *con, void *data) {
|
||||
if (con->view) {
|
||||
view_update_marks_textures(con->view);
|
||||
}
|
||||
container_update_marks_textures(con);
|
||||
container_update_title_textures(con);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue