Edit

kc3-lang/SDL/src/main/windows/version.rc

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2013-08-11 19:56:43
    Hash : 1ad936eb
    Message : Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen.

  • src/main/windows/version.rc
  • #include "winresrc.h"
    
    LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    
    /////////////////////////////////////////////////////////////////////////////
    //
    // Version
    //
    
    VS_VERSION_INFO VERSIONINFO
     FILEVERSION 2,0,0,0
     PRODUCTVERSION 2,0,0,0
     FILEFLAGSMASK 0x3fL
     FILEFLAGS 0x0L
     FILEOS 0x40004L
     FILETYPE 0x2L
     FILESUBTYPE 0x0L
    BEGIN
        BLOCK "StringFileInfo"
        BEGIN
            BLOCK "040904b0"
            BEGIN
                VALUE "CompanyName", "\0"
                VALUE "FileDescription", "SDL\0"
                VALUE "FileVersion", "2, 0, 0, 0\0"
                VALUE "InternalName", "SDL\0"
                VALUE "LegalCopyright", "Copyright