Changeset 85922 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Aug 28, 2020 10:01:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r85921 r85922 537 537 int onX11SelectionClear(const XEvent &e); 538 538 int onX11SelectionNotify(const XEvent &e); 539 int onX11SelectionRequest(const XEvent &e );539 int onX11SelectionRequest(const XEvent &evReq); 540 540 int onX11Event(const XEvent &e); 541 541 int waitForStatusChange(uint32_t enmState, RTMSINTERVAL uTimeoutMS = 30000); … … 1256 1256 * 1257 1257 * @returns IPRT status code. 1258 * @param e 1258 * @param evReq X11 event to handle. 1259 1259 */ 1260 1260 int DragInstance::onX11SelectionRequest(const XEvent &evReq)
Note:
See TracChangeset
for help on using the changeset viewer.