Changeset 5606 for trunk/src/user32/clipboard.cpp
- Timestamp:
- Apr 27, 2001, 7:36:39 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/clipboard.cpp
r5472 r5606 1 /* $Id: clipboard.cpp,v 1.1 0 2001-04-04 09:01:24sandervl Exp $ */1 /* $Id: clipboard.cpp,v 1.11 2001-04-27 17:36:36 sandervl Exp $ */ 2 2 3 3 /* … … 152 152 //****************************************************************************** 153 153 //****************************************************************************** 154 int WIN32API GetPriorityClipboardFormat( PUINT arg1, int 154 int WIN32API GetPriorityClipboardFormat( PUINT arg1, int arg2) 155 155 { 156 156 dprintf(("USER32: GetPriorityClipboardFormat\n")); … … 161 161 BOOL WIN32API IsClipboardFormatAvailable( UINT arg1) 162 162 { 163 dprintf(("USER32: IsClipboardFormatAvailable\n"));163 dprintf(("USER32: IsClipboardFormatAvailable %x", arg1)); 164 164 return O32_IsClipboardFormatAvailable(arg1); 165 165 } … … 178 178 } 179 179 } 180 dprintf(("USER32: OpenClipboard\n"));180 dprintf(("USER32: OpenClipboard %x", hwnd)); 181 181 return O32_OpenClipboard(hwnd ? window->getOS2WindowHandle() : NULL); 182 182 }
Note:
See TracChangeset
for help on using the changeset viewer.