Changeset 3934 for trunk/src


Ignore:
Timestamp:
Aug 2, 2000, 7:32:27 PM (25 years ago)
Author:
bird
Message:

Corrected the author of two functions. (Wine port is a remark not an author!)

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 sandervl Exp $ */
     1/* $Id: display.cpp,v 1.7 2000-08-02 17:32:27 bird Exp $ */
    22/*
    33 * Display/Monitor Win32 apis
     
    272272 * Result    : If the function succeeds, the return value is TRUE.
    273273 *             If the function fails, the return value is FALSE.
    274  * Remark    :
     274 * Remark    : Wine Port (991031)
    275275 * Status    :
    276276 *
    277  * Author    : Wine Port (991031)
     277 * Author    :
    278278 *****************************************************************************/
    279279BOOL WIN32API EnumDisplaySettingsA(
     
    311311 * Result    : If the function succeeds, the return value is TRUE.
    312312 *             If the function fails, the return value is FALSE.
    313  * Remark    :
     313 * Remark    : Wine Port (991031)
    314314 * Status    :
    315315 *
    316  * Author    : Wine Port (991031)
     316 * Author    :
    317317 *****************************************************************************/
    318318BOOL WIN32API EnumDisplaySettingsW(LPCWSTR name,DWORD n,LPDEVMODEW devmode)
     
    434434        lpMonitorInfo->rcWork = rcWork;
    435435        lpMonitorInfo->dwFlags = MONITORINFOF_PRIMARY;
    436        
     436
    437437        if (lpMonitorInfo->cbSize >= sizeof(MONITORINFOEXA))
    438438            lstrcpyA(((MONITORINFOEXA*)lpMonitorInfo)->szDevice, "DISPLAY");
Note: See TracChangeset for help on using the changeset viewer.