[MPlayer-cvslog] r25978 - trunk/libvo/w32_common.c
reimar
subversion at mplayerhq.hu
Sun Feb 10 20:58:06 CET 2008
Author: reimar
Date: Sun Feb 10 20:58:05 2008
New Revision: 25978
Log:
Make some variables static.
Modified:
trunk/libvo/w32_common.c
Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c (original)
+++ trunk/libvo/w32_common.c Sun Feb 10 20:58:05 2008
@@ -22,13 +22,13 @@ static const char classname[] = "MPlayer
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
More information about the MPlayer-cvslog
mailing list