Ignore:
Timestamp:
Jun 23, 1999, 6:36:56 PM (26 years ago)
Author:
achimha
Message:

Incorporated complete DrawFrameControl code from WINE - should be fully functionaluitools.cpp

File:
1 edited

Legend:

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

    r158 r161  
    1 /* $Id: user32.cpp,v 1.13 1999-06-22 20:00:04 achimha Exp $ */
     1/* $Id: user32.cpp,v 1.14 1999-06-23 16:36:56 achimha Exp $ */
    22
    33/*
     
    34893489//******************************************************************************
    34903490//******************************************************************************
    3491 BOOL WIN32API DrawFrameControl(HDC hdc, LPRECT lprc, UINT uType, UINT uState)
    3492 {
    3493 #ifdef DEBUG
    3494   WriteLog("USER32:  DrawFrameControl, not implemented\n");
    3495 #endif
    3496   return(TRUE);
    3497 }
    3498 //******************************************************************************
    3499 //******************************************************************************
    35003491BOOL WIN32API SendNotifyMessageA(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam)
    35013492{
Note: See TracChangeset for help on using the changeset viewer.