summaryrefslogtreecommitdiffstats
path: root/src/shell-workspace-background.h
blob: 48b2bd68fa40bef60739db92fcbe6b32bad8e5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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__ */