aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-layout.h')
-rw-r--r--matchbox/mb-wm-layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchbox/mb-wm-layout.h b/matchbox/mb-wm-layout.h
index 1fe97de..33055d4 100644
--- a/matchbox/mb-wm-layout.h
+++ b/matchbox/mb-wm-layout.h
@@ -35,7 +35,7 @@ struct MBWMLayout
{
MBWMObject parent;
- MBWindowManager *wm;
+ MBWMManager *wm;
};
struct MBWMLayoutClass
@@ -54,7 +54,7 @@ int
mb_wm_layout_class_type ();
MBWMLayout*
-mb_wm_layout_new (MBWindowManager *wm);
+mb_wm_layout_new (MBWMManager *wm);
void
mb_wm_layout_update (MBWMLayout *layout);