Changeset 104693 in vbox for trunk/src/VBox/GuestHost/SharedClipboard
- Timestamp:
- May 16, 2024 4:44:11 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 163247
- Location:
- trunk/src/VBox/GuestHost/SharedClipboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-x11.cpp
r104472 r104693 1791 1791 { 1792 1792 rc = shClX11RequestDataForX11CallbackHelper(pCtx, VBOX_SHCL_FMT_BITMAP, &pv, &cb); 1793 if ( RT_SUCCESS(rc) 1794 && (fmtX11 == SHCLX11FMT_BMP)) 1793 if (RT_SUCCESS(rc)) 1795 1794 { 1796 1795 /* Create a full BMP from it. */ -
trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardGH-X11.cpp
r103363 r104693 352 352 { 353 353 RT_NOREF(display); 354 if (!atom) 355 return NULL; 354 356 const char *pcszName = NULL; 355 if (atom < 0x1000)356 return NULL;357 357 if (0x1000 <= atom && atom < 0x2000) 358 358 {
Note:
See TracChangeset
for help on using the changeset viewer.