fix: xdg surface handle pending configure + dont update usable area when new layer surface firt create

This commit is contained in:
DL
2025-07-03 14:58:20 +02:00
parent c1393a1366
commit ea98928849
4 changed files with 23 additions and 5 deletions

1
view.h
View File

@ -22,4 +22,5 @@ void diyac_view_update_title(struct diyac_view * view);
void diyac_view_update_app_id(struct diyac_view * view);
void diyac_view_sync_geo(struct diyac_view *view);
void diya_view_unfocus(struct diyac_view* view);
void diya_view_set_pending_configure_serial(struct diyac_view* view, uint32_t serial);
#endif