aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-root-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-root-window.h')
-rw-r--r--matchbox/mb-wm-root-window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/matchbox/mb-wm-root-window.h b/matchbox/mb-wm-root-window.h
index 3d98006..095b171 100644
--- a/matchbox/mb-wm-root-window.h
+++ b/matchbox/mb-wm-root-window.h
@@ -22,7 +22,7 @@
#define _HAVE_MB_WM_ROOT_WINDOW_H
#include <matchbox/mb-wm-object.h>
-#include <matchbox/mb-window-manager.h>
+#include <matchbox/mb-wm-manager.h>
typedef struct MBWMRootWindow MBWMRootWindow;
typedef struct MBWMRootWindowClass MBWMRootWindowClass;
@@ -37,7 +37,7 @@ struct MBWMRootWindow
Window xwindow;
Window hidden_window;
- MBWindowManager *wm;
+ MBWMManager *wm;
};
struct MBWMRootWindowClass
@@ -46,7 +46,7 @@ struct MBWMRootWindowClass
};
MBWMRootWindow *
-mb_wm_root_window_get (MBWindowManager *wm);
+mb_wm_root_window_get (MBWMManager *wm);
int
mb_wm_root_window_class_type ();