aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-client-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-client-window.h')
-rw-r--r--matchbox/mb-wm-client-window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchbox/mb-wm-client-window.h b/matchbox/mb-wm-client-window.h
index 80c304a..9d4b276 100644
--- a/matchbox/mb-wm-client-window.h
+++ b/matchbox/mb-wm-client-window.h
@@ -127,7 +127,7 @@ struct MBWMClientWindow
Window xwindow;
Visual *visual;
Colormap colormap;
- MBWindowManager *wm;
+ MBWMManager *wm;
Atom net_type;
Atom *net_type_full;
@@ -170,7 +170,7 @@ int
mb_wm_client_window_class_type ();
MBWMClientWindow*
-mb_wm_client_window_new (MBWindowManager *wm, Window xwin);
+mb_wm_client_window_new (MBWMManager *wm, Window xwin);
Bool
mb_wm_client_window_sync_properties (MBWMClientWindow *win,