window: Placate new gcc
It thinks remaining can be used uninitialized. It's wrong, but let's help it out by initializing the variable.
This commit is contained in:
parent
df384965c3
commit
b3544f8ec1
1 changed files with 1 additions and 1 deletions
|
@ -5851,7 +5851,7 @@ update_resize (MetaWindow *window,
|
|||
int new_w, new_h;
|
||||
int gravity;
|
||||
MetaRectangle old;
|
||||
double remaining;
|
||||
double remaining = 0;
|
||||
MetaMaximizeFlags new_unmaximize;
|
||||
|
||||
window->display->grab_latest_motion_x = x;
|
||||
|
|
Loading…
Add table
Reference in a new issue