summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmetacity/meta-theme.h')
-rw-r--r--libmetacity/meta-theme.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmetacity/meta-theme.h b/libmetacity/meta-theme.h
index 4174ffe6..f3228d41 100644
--- a/libmetacity/meta-theme.h
+++ b/libmetacity/meta-theme.h
@@ -113,10 +113,9 @@ void meta_theme_set_button_layout (MetaTheme *theme,
const gchar *button_layout,
gboolean invert);
-gboolean meta_theme_get_button (MetaTheme *theme,
+MetaButton *meta_theme_get_button (MetaTheme *theme,
gint x,
- gint y,
- MetaButton *button);
+ gint y);
void meta_theme_set_composited (MetaTheme *theme,
gboolean composited);