diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:54:43 +0000 |
commit | e4283f6d48b98e764b988b43bbc86b9d52e6ec94 (patch) | |
tree | c8f7f7a6c2f5faa2942d27cefc6fd46cca492656 /src/shell-workspace-background.h | |
parent | Initial commit. (diff) | |
download | gnome-shell-54cc9b72c7f1eca5c7acbdf783df9cfc8e4c2680.tar.xz gnome-shell-54cc9b72c7f1eca5c7acbdf783df9cfc8e4c2680.zip |
Adding upstream version 43.9.upstream/43.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/shell-workspace-background.h')
-rw-r--r-- | src/shell-workspace-background.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/shell-workspace-background.h b/src/shell-workspace-background.h new file mode 100644 index 0000000..48b2bd6 --- /dev/null +++ b/src/shell-workspace-background.h @@ -0,0 +1,14 @@ +#ifndef __SHELL_WORKSPACE_BACKGROUND_H__ +#define __SHELL_WORKSPACE_BACKGROUND_H__ + +#include <st/st.h> + +G_BEGIN_DECLS + +#define SHELL_TYPE_WORKSPACE_BACKGROUND (shell_workspace_background_get_type ()) +G_DECLARE_FINAL_TYPE (ShellWorkspaceBackground, shell_workspace_background, + SHELL, WORKSPACE_BACKGROUND, StWidget) + +G_END_DECLS + +#endif /* __SHELL_WORKSPACE_BACKGROUND_H__ */ |