Ignore:
Timestamp:
Apr 29, 2000, 8:28:41 PM (25 years ago)
Author:
sandervl
Message:

commented out x&y default code (no longer works), owner bugfix, level 2 debug logging

File:
1 edited

Legend:

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

    r3215 r3462  
    1 /* $Id: clipboard.cpp,v 1.6 2000-03-24 17:12:19 cbratschi Exp $ */
     1/* $Id: clipboard.cpp,v 1.7 2000-04-29 18:28:34 sandervl Exp $ */
    22
    33/*
     
    182182UINT WIN32API RegisterClipboardFormatA( LPCSTR arg1)
    183183{
    184     dprintf(("USER32:  RegisterClipboardFormatA\n"));
     184    dprintf(("USER32:  RegisterClipboardFormatA %s", arg1));
    185185    return O32_RegisterClipboardFormat(arg1);
    186186}
Note: See TracChangeset for help on using the changeset viewer.