Ignore:
Timestamp:
Sep 13, 1999, 6:13:46 PM (26 years ago)
Author:
dengert
Message:

some more DC related functions

File:
1 edited

Legend:

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

    r911 r923  
    1 /* $Id: wingdi.cpp,v 1.15 1999-09-12 15:44:20 dengert Exp $ */
     1/* $Id: wingdi.cpp,v 1.16 1999-09-13 16:13:46 dengert Exp $ */
    22/*
    33 * Win32 Window graphics apis for OS/2
     
    3333    return 0;
    3434    }
    35 // !! there is no HDC to paint on !!!    window->MsgEraseBackGround(hdc);
     35// !! there is no HDC to paint on !!!    window->MsgEraseBackGround(hdc);
    3636#ifdef OPEN32_GDI
    3737    hdc = O32_BeginPaint(window->getOS2WindowHandle(),lps);
     
    9797    return GetDC(hwnd);
    9898}
    99 #endif
    10099
    101100//******************************************************************************
     
    112111//******************************************************************************
    113112//******************************************************************************
     113
    114114HDC WIN32API GetWindowDC(HWND hwnd)
    115115{
     
    118118   window = Win32BaseWindow::GetWindowFromHandle(hwnd);
    119119   if(!window) {
    120         dprintf(("GetWindowDC, window %x not found", hwnd));
    121         return 0;
     120        dprintf(("GetWindowDC, window %x not found", hwnd));
     121        return 0;
    122122   }
    123123   dprintf(("GetWindowDC %x", hwnd));
     
    128128#endif
    129129}
     130#endif
    130131//******************************************************************************
    131132//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.