VirtualBox

Changeset 83139 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 21, 2020 10:48:36 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. Doxyfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r83138 r83139  
    212212 * @callback_method_impl{FNRTTHREAD}
    213213 */
    214 static DECLCALLBACK(int) x11MonitorThreadFunction(RTTHREAD hThreadSelf, void *pvUser)
    215 {
    216     RT_NOREF(hThreadSelf, pvUser);
     214static DECLCALLBACK(int) x11MonitorThreadFunction(RTTHREAD ThreadSelf, void *pvUser)
     215{
     216    RT_NOREF(ThreadSelf, pvUser);
    217217    while (!ASMAtomicReadBool(&g_fMonitorThreadShutdown))
    218218    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette