- Timestamp:
- Aug 2, 2000, 7:32:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/display.cpp
r3209 r3934 1 /* $Id: display.cpp,v 1. 6 2000-03-23 23:06:51 sandervlExp $ */1 /* $Id: display.cpp,v 1.7 2000-08-02 17:32:27 bird Exp $ */ 2 2 /* 3 3 * Display/Monitor Win32 apis … … 272 272 * Result : If the function succeeds, the return value is TRUE. 273 273 * If the function fails, the return value is FALSE. 274 * Remark : 274 * Remark : Wine Port (991031) 275 275 * Status : 276 276 * 277 * Author : Wine Port (991031)277 * Author : 278 278 *****************************************************************************/ 279 279 BOOL WIN32API EnumDisplaySettingsA( … … 311 311 * Result : If the function succeeds, the return value is TRUE. 312 312 * If the function fails, the return value is FALSE. 313 * Remark : 313 * Remark : Wine Port (991031) 314 314 * Status : 315 315 * 316 * Author : Wine Port (991031)316 * Author : 317 317 *****************************************************************************/ 318 318 BOOL WIN32API EnumDisplaySettingsW(LPCWSTR name,DWORD n,LPDEVMODEW devmode) … … 434 434 lpMonitorInfo->rcWork = rcWork; 435 435 lpMonitorInfo->dwFlags = MONITORINFOF_PRIMARY; 436 436 437 437 if (lpMonitorInfo->cbSize >= sizeof(MONITORINFOEXA)) 438 438 lstrcpyA(((MONITORINFOEXA*)lpMonitorInfo)->szDevice, "DISPLAY");
Note:
See TracChangeset
for help on using the changeset viewer.