Ticket #19494: x86-guest.patch
| File x86-guest.patch, 454 bytes (added by , 4 years ago) |
|---|
-
VirtualBox-6.1.6/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
old new 293 293 } 294 294 } 295 295 296 intx11MonitorThreadFunction(RTTHREAD hThreadSelf, void *pvUser)296 DECLCALLBACK(int) x11MonitorThreadFunction(RTTHREAD hThreadSelf, void *pvUser) 297 297 { 298 298 (void)hThreadSelf; 299 299 (void*)pvUser;

