Changeset 83139 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 21, 2020 10:48:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83138 r83139 212 212 * @callback_method_impl{FNRTTHREAD} 213 213 */ 214 static DECLCALLBACK(int) x11MonitorThreadFunction(RTTHREAD hThreadSelf, void *pvUser)215 { 216 RT_NOREF( hThreadSelf, pvUser);214 static DECLCALLBACK(int) x11MonitorThreadFunction(RTTHREAD ThreadSelf, void *pvUser) 215 { 216 RT_NOREF(ThreadSelf, pvUser); 217 217 while (!ASMAtomicReadBool(&g_fMonitorThreadShutdown)) 218 218 {
Note:
See TracChangeset
for help on using the changeset viewer.