summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
Diffstat (limited to 'video/out')
-rw-r--r--video/out/win_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/win_state.c b/video/out/win_state.c
index f9fb0cab52..96857160cf 100644
--- a/video/out/win_state.c
+++ b/video/out/win_state.c
@@ -42,7 +42,7 @@ static void apply_autofit(int *w, int *h, int scr_w, int scr_h,
if (!geo->wh_valid)
return;
- int dummy;
+ int dummy = 0;
int n_w = *w, n_h = *h;
m_geometry_apply(&dummy, &dummy, &n_w, &n_h, scr_w, scr_h, geo);