aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-client-note.c
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-client-note.c')
-rw-r--r--matchbox/mb-wm-client-note.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchbox/mb-wm-client-note.c b/matchbox/mb-wm-client-note.c
index d0bb770..43e7036 100644
--- a/matchbox/mb-wm-client-note.c
+++ b/matchbox/mb-wm-client-note.c
@@ -47,7 +47,7 @@ static int
mb_wm_client_note_init (MBWMObject *this, va_list vap)
{
MBWindowManagerClient *client = MB_WM_CLIENT (this);
- MBWindowManager *wm = client->wmref;
+ MBWMManager *wm = client->wmref;
MBWMClientWindow *win = client->window;
MBGeometry geom;
Bool change = False;
@@ -138,7 +138,7 @@ mb_wm_client_note_class_type ()
}
MBWindowManagerClient*
-mb_wm_client_note_new (MBWindowManager *wm, MBWMClientWindow *win)
+mb_wm_client_note_new (MBWMManager *wm, MBWMClientWindow *win)
{
MBWindowManagerClient *client;