mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 15:14:46 +00:00
stack-tracker: Fix unitialized variable
This commit is contained in:
@@ -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:
|
||||
*
|
||||
|
Reference in New Issue
Block a user