Changeset 7123 in vbox for trunk/src/VBox
- Timestamp:
- Feb 25, 2008 4:18:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp
r7117 r7123 50 50 uint32_t fFormats = 0; 51 51 /* Retrieve the formats currently in the clipboard and supported by vbox */ 52 int rc = queryPasteboardFormats (pCtx->pasteboard, fFormats);52 int rc = queryPasteboardFormats (pCtx->pasteboard, &fFormats); 53 53 54 54 if (fFormats > 0)
Note:
See TracChangeset
for help on using the changeset viewer.