Changeset 22181 in vbox for trunk/include/VBox/GuestHost
- Timestamp:
- Aug 11, 2009 4:41:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/GuestHost/SharedClipboard.h
r20551 r22181 59 59 extern CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend); 60 60 extern void ClipDestructX11(CLIPBACKEND *pBackend); 61 extern int ClipStartX11(CLIPBACKEND *pBackend );61 extern int ClipStartX11(CLIPBACKEND *pBackend, bool grab = false); 62 62 extern int ClipStopX11(CLIPBACKEND *pBackend); 63 63 extern void ClipAnnounceFormatToX11(CLIPBACKEND *pBackend,
Note:
See TracChangeset
for help on using the changeset viewer.