Changeset 75773 in vbox for trunk/src/VBox/HostServices/SharedClipboard/service.cpp
- Timestamp:
- Nov 27, 2018 2:14:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/service.cpp
r75506 r75773 368 368 } 369 369 370 static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient) 371 { 370 static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient, uint32_t fRequestor, bool fRestoring) 371 { 372 RT_NOREF(fRequestor, fRestoring); 372 373 VBOXCLIPBOARDCLIENTDATA *pClient = (VBOXCLIPBOARDCLIENTDATA *)pvClient; 373 374
Note:
See TracChangeset
for help on using the changeset viewer.