Ignore:
Timestamp:
Sep 21, 1999, 7:05:36 PM (26 years ago)
Author:
dengert
Message:

erase background/paint stuff enhanced

File:
1 edited

Legend:

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

    r949 r1000  
    1 /* $Id: wingdi.cpp,v 1.1 1999-09-15 23:19:03 sandervl Exp $ */
     1/* $Id: wingdi.cpp,v 1.2 1999-09-21 17:04:27 dengert Exp $ */
    22/*
    33 * Win32 Window graphics apis for OS/2
     
    55 *
    66 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
     7 * Copyright 1999 Daniela Engert (dani@ngrt.de)
    78 *
    89 *
     
    3334    return 0;
    3435    }
    35 // !! there is no HDC to paint on !!!    window->MsgEraseBackGround(hdc);
     36// !! there is no HDC to paint on !!!    window->MsgEraseBackGround(hdc);
    3637#ifdef OPEN32_GDI
    3738    hdc = O32_BeginPaint(window->getOS2WindowHandle(),lps);
     
    118119   window = Win32BaseWindow::GetWindowFromHandle(hwnd);
    119120   if(!window) {
    120         dprintf(("GetWindowDC, window %x not found", hwnd));
    121         return 0;
     121        dprintf(("GetWindowDC, window %x not found", hwnd));
     122        return 0;
    122123   }
    123124   dprintf(("GetWindowDC %x", hwnd));
Note: See TracChangeset for help on using the changeset viewer.