summaryrefslogtreecommitdiff
path: root/src/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack.h')
-rw-r--r--src/stack.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stack.h b/src/stack.h
index 0b8d05e2..5cbcf807 100644
--- a/src/stack.h
+++ b/src/stack.h
@@ -140,4 +140,8 @@ int meta_stack_windows_cmp (MetaStack *stack,
void meta_window_set_stack_position (MetaWindow *window,
int position);
+GList* meta_stack_get_positions (MetaStack *stack);
+void meta_stack_set_positions (MetaStack *stack,
+ GList *windows);
+
#endif