mirror of
https://github.com/brl/mutter.git
synced 2025-07-05 10:31:18 +00:00
...
This commit is contained in:
@ -95,6 +95,10 @@ MetaWindow* meta_stack_get_below (MetaStack *stack,
|
||||
MetaWindow* meta_stack_get_tab_next (MetaStack *stack,
|
||||
MetaWindow *window,
|
||||
gboolean backward);
|
||||
/* -1 if a < b, etc. */
|
||||
int meta_stack_windows_cmp (MetaStack *stack,
|
||||
MetaWindow *window_a,
|
||||
MetaWindow *window_b);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user