Skip to content
  • Jan Alexander Steffens's avatar
    wayland: Fix setting geometry hints · 8e74e515
    Jan Alexander Steffens authored
    The stable xdg_shell port (5c8bb51a) introduced an error in
    gdk_wayland_window_set_geometry_hints which would set the minimum size
    to the maximum size, if provided.
    
    This resulted in various wxWidgets apps (FileZilla, Audacity, Veracrypt)
    crashing because they attempted to allocate a ginormous surface.
    
    Fixes #157.
    8e74e515