Ignore:
Timestamp:
Jun 7, 2000, 4:51:33 PM (25 years ago)
Author:
sandervl
Message:

Major rewrite: frame/client -> frame

File:
1 edited

Legend:

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

    r2804 r3662  
    1 /* $Id: unknown.cpp,v 1.8 2000-02-16 14:34:38 sandervl Exp $ */
     1/* $Id: unknown.cpp,v 1.9 2000-06-07 14:51:28 sandervl Exp $ */
    22
    33/*
     
    180180
    181181
    182 /***********************************************************************
    183  *           SetInternalWindowPos   (USER32.483)
    184  */
    185 void WIN32API SetInternalWindowPos(HWND    hwnd,
    186                                    UINT    showCmd,
    187                                    LPRECT  rect,
    188                                    LPPOINT pt )
    189 {
    190   dprintf(("USER32: SetInternalWindowPos(%08xh,%08xh,%08xh,%08xh) not implemented.\n",
    191            hwnd,
    192            showCmd,
    193            rect,
    194            pt));
    195 }
    196182
Note: See TracChangeset for help on using the changeset viewer.