aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/mb-wm-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2/mb-wm-util.h')
-rw-r--r--matchbox2/mb-wm-util.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/matchbox2/mb-wm-util.h b/matchbox2/mb-wm-util.h
index 66a0149..7ccc975 100644
--- a/matchbox2/mb-wm-util.h
+++ b/matchbox2/mb-wm-util.h
@@ -1,7 +1,8 @@
#ifndef _MB_HAVE_UTIL_H
#define _MB_HAVE_UTIL_H
-#include <matchbox2/mb-wm.h>
+#include <matchbox2/mb-wm-config.h>
+#include <matchbox2/mb-wm-types.h>
/* See http://rlove.org/log/2005102601 */
#if __GNUC__ >= 3
@@ -112,7 +113,4 @@ mb_wm_rgba_icon_new ();
void
mb_wm_rgba_icon_free (MBWMRgbaIcon *icon);
-int
-mb_wm_util_pixels_to_points (MBWindowManager *wm, int pixels);
-
#endif