15 lines
348 B
C
15 lines
348 B
C
|
#ifndef __SHELL_WINDOW_PREVIEW_H__
|
||
|
#define __SHELL_WINDOW_PREVIEW_H__
|
||
|
|
||
|
#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
|
||
|
|
||
|
#endif /* __SHELL_WINDOW_PREVIEW_H__ */
|