diff options
Diffstat (limited to 'capplets/appearance/mate-wp-item.h')
-rw-r--r-- | capplets/appearance/mate-wp-item.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/capplets/appearance/mate-wp-item.h b/capplets/appearance/mate-wp-item.h index 0f04081b..0512f1f1 100644 --- a/capplets/appearance/mate-wp-item.h +++ b/capplets/appearance/mate-wp-item.h @@ -18,6 +18,9 @@ * */ +#ifndef __MATE_WP_ITEM_H__ +#define __MATE_WP_ITEM_H__ + #include <glib.h> #include <gio/gio.h> #include <gdk-pixbuf/gdk-pixbuf.h> @@ -27,9 +30,6 @@ #include "mate-wp-info.h" -#ifndef _MATE_WP_ITEM_H_ -#define _MATE_WP_ITEM_H_ - typedef struct _MateWPItem MateWPItem; struct _MateWPItem { @@ -84,4 +84,4 @@ const gchar *wp_item_shading_to_string (MateBGColorType type); MateBGPlacement wp_item_string_to_option (const gchar *option); MateBGColorType wp_item_string_to_shading (const gchar *shade_type); -#endif +#endif /* __MATE_WP_ITEM_H__ */
\ No newline at end of file |