Removed obsolete symbols from comments.
This commit is contained in:
@@ -260,9 +260,9 @@ wxVideoMode wxDisplayMSW::GetCurrentMode() const
|
|||||||
{
|
{
|
||||||
wxVideoMode mode;
|
wxVideoMode mode;
|
||||||
|
|
||||||
// Having NULL as the first parameter of EnumDisplaySettings() specifies
|
// The first parameter of EnumDisplaySettings() must be NULL according
|
||||||
// the current display device on the computer on which the calling
|
// to MSDN, in order to specify the current display on the computer
|
||||||
// thread is running, according to MSDN.
|
// on which the calling thread is running.
|
||||||
const wxString name = GetName();
|
const wxString name = GetName();
|
||||||
const wxChar * const deviceName = name.empty()
|
const wxChar * const deviceName = name.empty()
|
||||||
? (const wxChar*)NULL
|
? (const wxChar*)NULL
|
||||||
@@ -288,9 +288,9 @@ wxArrayVideoModes wxDisplayMSW::GetModes(const wxVideoMode& modeMatch) const
|
|||||||
{
|
{
|
||||||
wxArrayVideoModes modes;
|
wxArrayVideoModes modes;
|
||||||
|
|
||||||
// The first parameter of EnumDisplaySettings() must be NULL under Win95
|
// The first parameter of EnumDisplaySettings() must be NULL according
|
||||||
// according to MSDN. The version of GetName() we implement for Win95
|
// to MSDN, in order to specify the current display on the computer
|
||||||
// returns an empty string.
|
// on which the calling thread is running.
|
||||||
const wxString name = GetName();
|
const wxString name = GetName();
|
||||||
const wxChar * const deviceName = name.empty()
|
const wxChar * const deviceName = name.empty()
|
||||||
? (const wxChar*)NULL
|
? (const wxChar*)NULL
|
||||||
|
Reference in New Issue
Block a user