Mercurial > mplayer.hg
comparison libvo/w32_common.c @ 28920:49b76e202f98
"MPlayer - The Movie Player" should be used as the player name.
author | diego |
---|---|
date | Sun, 15 Mar 2009 09:47:51 +0000 |
parents | c48f4a1835da |
children | 0f1b5b68af32 |
comparison
equal
deleted
inserted
replaced
28919:e3851aee06b5 | 28920:49b76e202f98 |
---|---|
34 | 34 |
35 #ifndef MONITOR_DEFAULTTOPRIMARY | 35 #ifndef MONITOR_DEFAULTTOPRIMARY |
36 #define MONITOR_DEFAULTTOPRIMARY 1 | 36 #define MONITOR_DEFAULTTOPRIMARY 1 |
37 #endif | 37 #endif |
38 | 38 |
39 static const char classname[] = "MPlayer - Media player for Win32"; | 39 static const char classname[] = "MPlayer - The Movie Player"; |
40 int vo_vm = 0; | 40 int vo_vm = 0; |
41 | 41 |
42 // last non-fullscreen extends | 42 // last non-fullscreen extends |
43 static int prev_width; | 43 static int prev_width; |
44 static int prev_height; | 44 static int prev_height; |