mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
hmm, and don't set last_window at all if we don't ++newp. Fixes even more
2002-02-09 Havoc Pennington <hp@pobox.com> * src/stack.c (meta_stack_sync_to_server): hmm, and don't set last_window at all if we don't ++newp. Fixes even more obscure stacking bug.
This commit is contained in:

committed by
Havoc Pennington

parent
7b9eccb489
commit
29a86695d1
@ -690,7 +690,6 @@ meta_stack_sync_to_server (MetaStack *stack)
|
||||
* so we can just skip it
|
||||
*/
|
||||
++oldp;
|
||||
last_window = *newp;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user