Ignore:
Timestamp:
Sep 19, 1999, 8:33:32 PM (26 years ago)
Author:
sandervl
Message:

Dialog fontsize & background fixes

File:
1 edited

Legend:

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

    r949 r985  
    1 /* $Id: pmwindow.cpp,v 1.1 1999-09-15 23:18:55 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.2 1999-09-19 18:33:31 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    280280    case WM_ERASEBACKGROUND:
    281281    {
     282        if(win32wnd->MsgEraseBackGround(0)) {
     283                goto RunDefWndProc;
     284        }
    282285        break;
    283286    }
Note: See TracChangeset for help on using the changeset viewer.