Changeset 33540 in vbox for trunk/src/VBox/GuestHost/SharedClipboard
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/GuestHost/SharedClipboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp
r28800 r33540 20 20 #include <VBox/GuestHost/clipboard-helper.h> 21 21 22 /** @todo use const where appropriate; delinuxif iy the code (*Lin* -> *Host*); use AssertLogRel*. */22 /** @todo use const where appropriate; delinuxify the code (*Lin* -> *Host*); use AssertLogRel*. */ 23 23 24 24 int vboxClipboardUtf16GetWinSize(PRTUTF16 pwszSrc, size_t cwSrc, size_t *pcwDest) -
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r28800 r33540 623 623 /* Make sure we are thread safe */ 624 624 XtToolkitThreadInitialize(); 625 /* Set up the Clipb ard application context and main window. We call all625 /* Set up the Clipboard application context and main window. We call all 626 626 * these functions directly instead of calling XtOpenApplication() so 627 627 * that we can fail gracefully if we can't get an X11 display. */ … … 1440 1440 rc = VERR_NO_MEMORY; 1441 1441 1442 /* And do the conver tion, bearing in mind that Latin-1 expands "naturally"1442 /* And do the conversion, bearing in mind that Latin-1 expands "naturally" 1443 1443 * to Utf-16. */ 1444 1444 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.