VirtualBox

Ignore:
Timestamp:
Aug 19, 2020 1:50:45 PM (4 years ago)
Author:
vboxsync
Message:

Shared Clipboard/X11: Renaming, a bit of additional (release) logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/SharedClipboard-x11.h

    r82968 r85831  
    9292
    9393    /** The best text format X11 has to offer, as an index into the formats table. */
    94     SHCLX11FMTIDX X11TextFormat;
     94    SHCLX11FMTIDX idxFmtText;
    9595    /** The best bitmap format X11 has to offer, as an index into the formats table. */
    96     SHCLX11FMTIDX X11BitmapFormat;
     96    SHCLX11FMTIDX idxFmtBmp;
    9797    /** The best HTML format X11 has to offer, as an index into the formats table. */
    98     SHCLX11FMTIDX X11HTMLFormat;
     98    SHCLX11FMTIDX idxFmtHTML;
    9999#ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
    100100    /** The best HTML format X11 has to offer, as an index into the formats table. */
    101     SHCLX11FMTIDX X11URIListFormat;
     101    SHCLX11FMTIDX idxFmtURI;
    102102#endif
    103103    /** What kind of formats does VBox have to offer? */
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