
Similar to what we did in mutter Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3507>
12 lines
250 B
C
12 lines
250 B
C
#pragma once
|
|
|
|
#include <st/st.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
#define SHELL_TYPE_WINDOW_PREVIEW (shell_window_preview_get_type ())
|
|
G_DECLARE_FINAL_TYPE (ShellWindowPreview, shell_window_preview,
|
|
SHELL, WINDOW_PREVIEW, StWidget)
|
|
|
|
G_END_DECLS
|