• Show log

    Commit

  • Hash : defd90b6
    Author : J?rgen P. Tjern?
    Date : 2014-04-19T13:15:41

    Render: Allow empty cliprect.
    
    This fixes an issue where an empty cliprect is treated the same as a NULL
    cliprect, causing the render backends to disable clipping.
    
    Also adds a new API, SDL_RenderIsClipEnabled(render) that allows you to
    differentiate between:
     - SDL_RenderSetClipRect(render, NULL)
     - SDL_Rect r = {0,0,0,0}; SDL_RenderSetClipRect(render, &r);
    
    Fixes https://bugzilla.libsdl.org/show_bug.cgi?id=2504
    

  • 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_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags