aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-stack.h')
-rw-r--r--matchbox/mb-wm-stack.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/matchbox/mb-wm-stack.h b/matchbox/mb-wm-stack.h
index 58afc45..18eda0d 100644
--- a/matchbox/mb-wm-stack.h
+++ b/matchbox/mb-wm-stack.h
@@ -50,7 +50,7 @@
(w)->stack_n_clients
void
-mb_wm_stack_ensure (MBWindowManager *wm);
+mb_wm_stack_ensure (MBWMManager *wm);
void
mb_wm_stack_insert_above_client (MBWindowManagerClient *client,
@@ -71,7 +71,7 @@ mb_wm_stack_move_client_above_type (MBWindowManagerClient *client,
MBWMClientType type_below);
MBWindowManagerClient *
-mb_wm_stack_cycle_by_type(MBWindowManager *w, MBWMClientType type,
+mb_wm_stack_cycle_by_type(MBWMManager *w, MBWMClientType type,
Bool reverse);
void
@@ -79,18 +79,18 @@ mb_wm_stack_move_above_client (MBWindowManagerClient *client,
MBWindowManagerClient *client_below);
MBWindowManagerClient*
-mb_wm_stack_get_highest_by_type(MBWindowManager *w,
+mb_wm_stack_get_highest_by_type(MBWMManager *w,
MBWMClientType wanted_type);
MBWindowManagerClient*
-mb_wm_stack_get_lowest_by_type(MBWindowManager *w,
+mb_wm_stack_get_lowest_by_type(MBWMManager *w,
MBWMClientType wanted_type);
void
mb_wm_stack_remove (MBWindowManagerClient *client);
void
-mb_wm_stack_dump (MBWindowManager *wm);
+mb_wm_stack_dump (MBWMManager *wm);
#endif