rename GetPrimaryVideoDriverName

This commit is contained in:
Glenn Maynard
2003-05-28 18:37:49 +00:00
parent ce2958ef83
commit bdd29acfa4
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ CString GetPrimaryVideoName9xAnd2k()
return sPrimaryDeviceName;
}
CString GetPrimaryVideoDriverInfo()
CString GetPrimaryVideoDriverName()
{
const CString sPrimaryDeviceName = GetPrimaryVideoName9xAnd2k();
if( sPrimaryDeviceName != "" )
@@ -12,6 +12,6 @@ struct VideoDriverInfo
CString GetPrimaryVideoName9xAnd2k();
bool GetVideoDriverInfo(int cardno, VideoDriverInfo &info);
CString GetPrimaryVideoDriverInfo();
CString GetPrimaryVideoDriverName();
#endif