window/x11: Add a is_ssd helper

Would be useful for moving frame field to WindowX11 in the upcoming commits

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3254>
This commit is contained in:
Bilal Elmoussaoui
2024-05-21 23:40:39 +02:00
committed by Marge Bot
parent fff528cbf1
commit 751ef5abd2
5 changed files with 38 additions and 9 deletions

View File

@ -133,4 +133,7 @@ void meta_window_x11_group_leader_changed (MetaWindow *window);
void meta_window_x11_set_frame_xwindow (MetaWindow *window,
Window xframe);
gboolean meta_window_x11_is_ssd (MetaWindow *window);
G_END_DECLS