mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -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;
|
||||
unsigned int i, j;
|
||||
MetaStackWindow *expected_xwindow;
|
||||
gboolean modified_stack;
|
||||
gboolean modified_stack = FALSE;
|
||||
|
||||
/* Overview of the algorithm:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user