hw/nxagent/Window.c: Don't declare "XWindowChanges changes;" and later not use it.
 Amends the following compiler warning:
 ```
 Window.c:2179:24: warning: variable ‘changes’ set but not used [-Wunused-but-set-variable]
         XWindowChanges changes;
                        ^
 ```
Showing
Please
register
or
sign in
to comment