VirtualBox

Changeset 3296 in vbox for trunk/src/VBox/Frontends/VBoxSDL


Ignore:
Timestamp:
Jun 26, 2007 2:33:24 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22399
Message:

cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Helper.cpp

    r3289 r3296  
    4242static bool volatile   g_fTerminateXPCOMQueueThread = false;
    4343
    44 /** How many XPCOM user events are on air. Only allow one pending event to prevent
    45  * an overflow of the SDL event queue. */
     44/** How many XPCOM user events are on air. Only allow one pending event to
     45 *  prevent an overflow of the SDL event queue. */
    4646static volatile int32_t g_s32XPCOMEventsPending;
    4747
     
    7272        FD_SET(eqFD, &fdset);
    7373        int n = select(eqFD + 1, &fdset, NULL, NULL, NULL);
    74 
    7574
    7675        /* are there any events to process? */
     
    139138}
    140139
    141 /*
    142  * Notify the XPCOM tread that we consumed an XPCOM event.
     140/**
     141 * Notify the XPCOM thread that we consumed an XPCOM event.
    143142 */
    144143void consumedXPCOMUserEvent(void)
Note: See TracChangeset for help on using the changeset viewer.

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