Minor tweaks.

This commit is contained in:
Birunthan Mohanathas
2011-11-19 11:32:23 +00:00
parent efc8275ed1
commit 42ce3d9666
2 changed files with 129 additions and 137 deletions

View File

@ -159,7 +159,8 @@ void CSystem::Finalize()
}
}
/* MyInfoEnumProc
/*
** MyInfoEnumProc
**
** Retrieves the multi-monitor information.
**
@ -234,7 +235,8 @@ BOOL CALLBACK MyInfoEnumProc(HMONITOR hMonitor, HDC hdcMonitor, LPRECT lprcMonit
return TRUE;
}
/* GetMonitorCount
/*
** GetMonitorCount
**
** Returns the number of monitors.
**
@ -248,7 +250,8 @@ size_t CSystem::GetMonitorCount()
return c_Monitors.monitors.size();
}
/* SetMultiMonitorInfo
/*
** SetMultiMonitorInfo
**
** Sets the multi-monitor information.
**
@ -509,7 +512,8 @@ void CSystem::SetMultiMonitorInfo()
}
}
/* UpdateWorkareaInfo
/*
** UpdateWorkareaInfo
**
** Updates the workarea information.
**