mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
stack-tracker: Fix unitialized variable
This commit is contained in:
parent
c9e99ebbbf
commit
a378faf495
@ -862,7 +862,7 @@ resync_verified_stack_with_xserver_stack (MetaStackTracker *tracker)
|
|||||||
GList *l;
|
GList *l;
|
||||||
unsigned int i, j;
|
unsigned int i, j;
|
||||||
MetaStackWindow *expected_xwindow;
|
MetaStackWindow *expected_xwindow;
|
||||||
gboolean modified_stack;
|
gboolean modified_stack = FALSE;
|
||||||
|
|
||||||
/* Overview of the algorithm:
|
/* Overview of the algorithm:
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user