improve: better support foreign protocol

This commit is contained in:
DanyLE
2024-04-13 00:25:39 +02:00
parent dced6db8b2
commit 68a0b669ef
5 changed files with 93 additions and 24 deletions

View File

@ -205,6 +205,8 @@ struct diyac_view
struct wl_listener set_app_id; // only useful when using SSD
struct wl_listener new_popup;
struct wl_listener set_title;
struct foreign_toplevel toplevel;
};