Skip to content
  • Leandro Ribeiro's avatar
    clients/window: drop support for rgb565 · f0cd00a8
    Leandro Ribeiro authored and Daniel Stone's avatar Daniel Stone committed
    
    
    Remove member preferred_format from struct window and hardcode
    ARGB32 pixel format for clients/window.
    
    The member preferred_format was first added to allow hinting
    of a preference for RGB565 when creating a window. But it is
    not being used for a long time now. So it's safe to remove it
    from the code, dropping support for RGB565 in clients/window.
    
    Signed-off-by: default avatarLeandro Ribeiro <leandrohr@riseup.net>
    f0cd00a8