Ignore:
Timestamp:
Sep 9, 1999, 8:08:46 PM (26 years ago)
Author:
dengert
Message:

new DC related code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/wingdi.cpp

    r819 r896  
    1 /* $Id: wingdi.cpp,v 1.13 1999-09-04 17:56:41 dengert Exp $ */
     1/* $Id: wingdi.cpp,v 1.14 1999-09-09 18:08:19 dengert Exp $ */
    22/*
    33 * Win32 Window graphics apis for OS/2
     
    1919#define OPEN32_GDI
    2020
     21#if 0
    2122//******************************************************************************
    2223//TODO: Not complete
     
    5960#endif
    6061}
     62#endif
     63
    6164//******************************************************************************
    6265//TODO: PARENT_DC flag
     
    114117   window = Win32BaseWindow::GetWindowFromHandle(hwnd);
    115118   if(!window) {
    116         dprintf(("GetWindowDC, window %x not found", hwnd));
    117         return 0;
     119        dprintf(("GetWindowDC, window %x not found", hwnd));
     120        return 0;
    118121   }
    119122   dprintf(("GetWindowDC %x", hwnd));
Note: See TracChangeset for help on using the changeset viewer.