# HG changeset patch # User reimar # Date 1202673485 0 # Node ID 04f280a9f4f4c6496704669100ac06bb84dd07ae # Parent 491e43b45aa99688442bd9379c2affe5dfc9297c Make some variables static. diff -r 491e43b45aa9 -r 04f280a9f4f4 libvo/w32_common.c --- a/libvo/w32_common.c Sun Feb 10 19:55:15 2008 +0000 +++ b/libvo/w32_common.c Sun Feb 10 19:58:05 2008 +0000 @@ -22,13 +22,13 @@ int vo_vm = 0; // last non-fullscreen extends -int prev_width; -int prev_height; -int prev_x; -int prev_y; +static int prev_width; +static int prev_height; +static int prev_x; +static int prev_y; -uint32_t o_dwidth; -uint32_t o_dheight; +static uint32_t o_dwidth; +static uint32_t o_dheight; static HINSTANCE hInstance; #define vo_window vo_w32_window