Changeset 90057 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/testcase
- Timestamp:
- Jul 6, 2021 11:19:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp
r86416 r90057 316 316 event_return->xmap.window = g_SmlsEventWindow; 317 317 return True; 318 } 319 320 /* Mock XNextEvent(): this also should not be needed. Just in case, always 321 * return that at least one event is pending to be processed. */ 322 extern "C" int XPending(Display *display); 323 int XPending(Display *display) 324 { 325 RT_NOREF1(display); 326 return 1; 318 327 } 319 328
Note:
See TracChangeset
for help on using the changeset viewer.