This commit is contained in:
rhp
2001-06-11 05:47:51 +00:00
parent d46d6830b5
commit 99f53856f6
11 changed files with 251 additions and 47 deletions

View File

@@ -60,7 +60,8 @@ meta_stack_new (MetaScreen *screen)
}
stack->pending = NULL;
stack->freeze_count = 0;
stack->n_added = 0;
return stack;
}
@@ -124,6 +125,8 @@ meta_stack_add (MetaStack *stack,
{
MetaStackOp *op;
meta_verbose ("Adding window %s to the stack\n", window->desc);
op = ensure_op (stack, window);
if (op->add_order >= 0)
@@ -148,6 +151,8 @@ meta_stack_remove (MetaStack *stack,
MetaWindow *window)
{
MetaStackOp *op;
meta_verbose ("Removing window %s from the stack\n", window->desc);
op = ensure_op (stack, window);