Changeset 78346 in vbox for trunk/src/VBox/Additions/haiku/VBoxTray
- Timestamp:
- Apr 29, 2019 11:07:26 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 130325
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.cpp
r78315 r78346 380 380 switch (u32Msg) 381 381 { 382 case VBOX_SHARED_CLIPBOARD_HOST_MSG_ FORMATS:382 case VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS: 383 383 { 384 384 /* … … 386 386 * the information to the handler. 387 387 */ 388 LogRelFlowFunc(("VBOX_SHARED_CLIPBOARD_HOST_MSG_ FORMATS u32Formats=%x\n", u32Formats));388 LogRelFlowFunc(("VBOX_SHARED_CLIPBOARD_HOST_MSG_REPORT_FORMATS u32Formats=%x\n", u32Formats)); 389 389 BMessage msg(VBOX_GUEST_CLIPBOARD_HOST_MSG_FORMATS); 390 390 msg.AddInt32("Formats", (uint32)u32Formats);
Note:
See TracChangeset
for help on using the changeset viewer.