VirtualBox

Ignore:
Timestamp:
Jan 18, 2008 2:20:47 PM (17 years ago)
Author:
vboxsync
Message:

Solaris: shared clipboard fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedClipboard/linux.cpp

    r6366 r6377  
    629629    property.nitems = cbSrcLen;
    630630#ifdef RT_OS_SOLARIS
    631     rc = XConverterNotFound;
    632     NOREF(cProps);
     631    rc = XmbTextPropertyToTextList(XtDisplay(g_ctx.widget), &property, &ppu8SrcText, &cProps);
    633632#else
    634633    rc = Xutf8TextPropertyToTextList(XtDisplay(g_ctx.widget), &property, &ppu8SrcText, &cProps);
     
    14141413    /* And finally (!) convert the Utf8 text to compound text. */
    14151414#ifdef RT_OS_SOLARIS
    1416     rc = XConverterNotFound;
     1415    rc = XmbTextListToTextProperty(XtDisplay(g_ctx.widget), &pu8DestText, 1,
     1416                                     XCompoundTextStyle, &property);
    14171417#else
    14181418    rc = Xutf8TextListToTextProperty(XtDisplay(g_ctx.widget), &pu8DestText, 1,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette