VirtualBox

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


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67140
Message:

*: spelling fixes, thanks Timeless!

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

Legend:

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

    r31698 r33540  
    163163    /** flag whether we're in fullscreen mode */
    164164    bool  mfFullscreen;
    165     /** flag wheter we keep the host screen resolution when switching to
     165    /** flag whether we keep the host screen resolution when switching to
    166166     *  fullscreen or not */
    167167    bool  mfKeepHostRes;
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r33386 r33540  
    9898*   Structures and Typedefs                                                    *
    9999*******************************************************************************/
    100 /** Pointer shape change event data strucure */
     100/** Pointer shape change event data structure */
    101101struct PointerShapeChangeData
    102102{
     
    712712    /*
    713713     * Lock keys on SDL behave different from normal keys: A KeyPress event is generated
    714      * if the lock mode gets active and a keyRelease event is genereated if the lock mode
     714     * if the lock mode gets active and a keyRelease event is generated if the lock mode
    715715     * gets inactive, that is KeyPress and KeyRelease are sent when pressing the lock key
    716716     * to change the mode. The current lock mode is reflected in SDL_GetModState().
     
    33423342            case SDLK_LMETA:
    33433343            case SDLK_LSUPER:           keycode = 0x5b | 0x100; break;
    3344             /* Sssumes normal key. */
     3344            /* Assumes normal key. */
    33453345            default:                    keycode = s_aMacToSet1[keycode]; break;
    33463346        }
     
    42554255        bi.bV5BitCount = 32;
    42564256        bi.bV5Compression = BI_BITFIELDS;
    4257         // specifiy a supported 32 BPP alpha format for Windows XP
     4257        // specify a supported 32 BPP alpha format for Windows XP
    42584258        bi.bV5RedMask   = 0x00FF0000;
    42594259        bi.bV5GreenMask = 0x0000FF00;
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m

    r16894 r33540  
    1212#import <iprt/assert.h>
    1313
    14 /* For some reaon, Apple removed setAppleMenu from the headers in 10.4,
     14/* For some reason, Apple removed setAppleMenu from the headers in 10.4,
    1515 but the method still is there and works. To avoid warnings, we declare
    1616 it ourselves here. */
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