1
0
Fork 0

stack-tracker: Fix unitialized variable

This commit is contained in:
Adel Gadllah 2014-04-20 15:55:50 +02:00
parent c9e99ebbbf
commit a378faf495

View file

@ -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:
*