Ignore:
Timestamp:
Dec 17, 2000, 4:04:14 PM (25 years ago)
Author:
sandervl
Message:

hook, mdi & focus fixes

File:
1 edited

Legend:

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

    r2873 r4825  
    1 /* $Id: text.cpp,v 1.9 2000-02-23 17:05:17 cbratschi Exp $ */
     1/* $Id: text.cpp,v 1.10 2000-12-17 15:04:11 sandervl Exp $ */
    22
    33/*
     
    2222INT WIN32API DrawTextA(HDC hDC,LPCSTR lpString,INT nCount,PRECT lpRect,UINT nFormat)
    2323{
    24  int bla;
    25 
    2624  dprintf(("USER32: DrawTextA %x %s %d (%d,%d)(%d,%d) %x",hDC, lpString, nCount, lpRect->left, lpRect->top, lpRect->right, lpRect->bottom, nFormat));
    2725
    28   if(nFormat == 0x828) {
    29         bla = 1;
    30   }
    3126  return InternalDrawTextExA(hDC,lpString,nCount,lpRect,nFormat,NULL,FALSE);
    3227}
Note: See TracChangeset for help on using the changeset viewer.