• Show log

    Commit

  • Hash : a223560a
    Author : Sam Lantinga
    Date : 2017-10-13T19:30:34

    Fixed bug 3880 - X Error upon quit since rev. 11607
    
    Ozkan Sezer
    
    Since changeset 11607:60cd425a2f14, I am getting the following
    error upon quit.  Running testsprite2, clicking the mouse, and
    quiting it is enough to trigger it.  This is on my old Fedora9
    x86-Linux:
    
    X Error of failed request:  BadCursor (invalid Cursor parameter)
      Major opcode of failed request:  2 (X_ChangeWindowAttributes)
      Resource id in failed request:  0xb057340
      Serial number of failed request:  905
      Current serial number in output stream:  906
    
    Reverting  https://hg.libsdl.org/SDL/rev/60cd425a2f14  removes
    the error.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)