Skip to content
  • Hans de Goede's avatar
    spice-widget: Ignore duplicate configure events · 604ab8ba
    Hans de Goede authored
    
    
    gtk seems to be sending us identical / repeated configure events quite
    regularly (atleast under X11), we don't care about re-configures with the
    same size + coordinates, so filter these out.
    
    Note this patch uses the SpiceDisplayPrivate mx and my members which
    were already defined to store the window position, but not yet used.
    
    Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
    604ab8ba