VirtualBox

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


Ignore:
Timestamp:
Feb 14, 2010 9:35:03 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57680
Message:

Frontends: tabs -> spaces.

Location:
trunk/src/VBox/Frontends/VBoxSDL
Files:
2 edited

Legend:

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

    r23170 r26509  
    597597    /// @todo
    598598
    599         NOREF(aCount);
    600         NOREF(aCountCopied);
     599    NOREF(aCount);
     600    NOREF(aCountCopied);
    601601
    602602    return S_OK;
     
    612612    /// @todo
    613613
    614         NOREF(aCount);
     614    NOREF(aCount);
    615615
    616616    return S_OK;
  • trunk/src/VBox/Frontends/VBoxSDL/Helper.cpp

    r13835 r26509  
    7676        if ((n > 0) && !g_fTerminateXPCOMQueueThread)
    7777        {
    78             /*
    79              * Wait until all XPCOM events are processed. 1s just for sanity.
     78            /*
     79             * Wait until all XPCOM events are processed. 1s just for sanity.
    8080             */
    81             int iWait = 1000;
    82             /*
    83              * Don't post an event if there is a pending XPCOM event to prevent an
    84              * overflow of the SDL event queue.
    85              */
    86             if (g_s32XPCOMEventsPending < 1)
    87             {
     81            int iWait = 1000;
     82            /*
     83             * Don't post an event if there is a pending XPCOM event to prevent an
     84             * overflow of the SDL event queue.
     85             */
     86            if (g_s32XPCOMEventsPending < 1)
     87            {
    8888                /*
    89                 * Post the event and wait for it to be processed. If we don't wait,
    90                 * we'll flood the queue on SMP systems and when the main thread is busy.
    91                 * In the event of a push error, we'll yield the timeslice and retry.
    92                 */
     89                * Post the event and wait for it to be processed. If we don't wait,
     90                * we'll flood the queue on SMP systems and when the main thread is busy.
     91                * In the event of a push error, we'll yield the timeslice and retry.
     92                */
    9393                SDL_Event event = {0};
    9494                event.type = SDL_USEREVENT;
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