aboutsummaryrefslogtreecommitdiffstats
path: root/managers/maemo/maemo-toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'managers/maemo/maemo-toolbar.c')
-rw-r--r--managers/maemo/maemo-toolbar.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/managers/maemo/maemo-toolbar.c b/managers/maemo/maemo-toolbar.c
index 436d8c4..fde6683 100644
--- a/managers/maemo/maemo-toolbar.c
+++ b/managers/maemo/maemo-toolbar.c
@@ -54,7 +54,7 @@ maemo_toolbar_init (MBWMObject *this, va_list vap)
{
MBWindowManagerClient * client = MB_WM_CLIENT (this);
MaemoToolbar * toolbar = MAEMO_TOOLBAR (this);
- MBWindowManager * wm = client->wmref;
+ MBWMManager * wm = client->wmref;
MBGeometry geom;
MBGeometry * w_geom = &client->window->geometry;
MBWMClientWindow * win = client->window;
@@ -220,7 +220,7 @@ maemo_toolbar_stacking_layer (MBWindowManagerClient *client)
/*
* If we are showing desktop, ensure that we stack above it.
*/
- if (client->wmref->flags & MBWindowManagerFlagDesktop)
+ if (client->wmref->flags & MBWMManagerFlagDesktop)
return MBWMStackLayerTopMid;
return client->stacking_layer;
@@ -276,7 +276,7 @@ maemo_toolbar_class_type ()
}
MBWindowManagerClient*
-maemo_toolbar_new (MBWindowManager *wm, MBWMClientWindow *win)
+maemo_toolbar_new (MBWMManager *wm, MBWMClientWindow *win)
{
MBWindowManagerClient *client = NULL;