• Show log

    Commit

  • Hash : ea28187c
    Author : Sebastian Krzyszkowiak
    Date : 2021-08-02T08:07:23

    wayland: Hack surface resize into compliance with set_window_geometry
    
    We have issues with correct resize sequence and happen to commit old-sized
    buffers even after configure event for the new size has been already
    acknowledged. While the reason for that stays unknown, let's at least
    workaround the problem by faking window geometry into expected size.
    This does not fix visual glitch on e.g. fullscreen toggling, but having
    a split-second glitch is still a much better outcome than being
    terminated by the compositor for protocol violation.
    

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

  • README.md

  • 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)