Skip to content
  • Matthias Clasen's avatar
    Avoid unintended side-effect in gdk_window_get_events · 141ddd99
    Matthias Clasen authored
    Calling gdk_window_get_events() had the side-effect of letting
    property change notification through to the application, which
    was not intended. Now we keep StructureNotify and PropertyNotify
    filtered out when they were before. Reported in bug 582003.
    141ddd99