VirtualBox

Changeset 82160 in vbox


Ignore:
Timestamp:
Nov 25, 2019 10:21:59 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134970
Message:

Shared Clipboard: Build fix.

File:
1 edited

Legend:

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

    r82156 r82160  
    3232#include <X11/Intrinsic.h>
    3333
     34#include <iprt/thread.h>
     35
     36#include <VBox/GuestHost/SharedClipboard.h>
     37
    3438/** The different clipboard formats which we support. */
    3539enum CLIPFORMAT
     
    4852/** Defines a single X11 clipboad format. */
    4953typedef unsigned CLIPX11FORMAT;
     54
     55/** Prototype for the implementation-specfic Shared Clipboard context. */
     56struct _SHCLCONTEXT;
     57typedef SHCLCONTEXT _SHCLCONTEXT;
    5058
    5159/**
Note: See TracChangeset for help on using the changeset viewer.

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