Skip to content
  • Benjamin Otte's avatar
    x11: Refactor xevent filtering some more · fb0fdddd
    Benjamin Otte authored
    We now have a GdkX11Display::xevent signal that gets emitted for every
    XEvent and allows you to interrupt processing via TRUE/FALSE return
    values.
    These return values to correspond to GDK_FILTER_REMOVE and
    GDK_FILTER_CONTINUE respectively.
    
    The GDK_FILTER_TRANSLATE case from gdk_window_add_filter() is now meant
    to be handled via gdk_display_put_event().
    fb0fdddd