mirror of
https://github.com/swaywm/sway.git
synced 2026-05-02 06:46:23 -04:00
scene_graph: Port container server side decorations
This commit is contained in:
parent
84168eb70c
commit
425607608d
11 changed files with 306 additions and 262 deletions
|
|
@ -572,7 +572,6 @@ static void handle_mode(struct wl_listener *listener, void *data) {
|
|||
|
||||
static void update_textures(struct sway_container *con, void *data) {
|
||||
container_update_title_textures(con);
|
||||
container_update_marks_textures(con);
|
||||
}
|
||||
|
||||
static void handle_commit(struct wl_listener *listener, void *data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue