- 
Mike Gabriel authoredAmends the following compiler warning: ``` Window.c:2179:24: warning: variable ‘changes’ set but not used [-Wunused-but-set-variable] XWindowChanges changes; ^ ```7d3d47f1
 Amends the following compiler warning:
 ```
 Window.c:2179:24: warning: variable ‘changes’ set but not used [-Wunused-but-set-variable]
         XWindowChanges changes;
                        ^
 ```