This commit is contained in:
rhp
2001-06-24 03:41:44 +00:00
parent beaac99991
commit 1b3a58c951
6 changed files with 136 additions and 33 deletions

View File

@ -92,6 +92,9 @@ MetaWindow* meta_stack_get_above (MetaStack *stack,
MetaWindow* meta_stack_get_below (MetaStack *stack,
MetaWindow *window);
MetaWindow* meta_stack_get_tab_next (MetaStack *stack,
MetaWindow *window,
gboolean backward);
#endif