Skip to content
  • Ryan Lortie's avatar
    GtkIMContextSimple: avoid gdk_window_get_user_data · 56d2590b
    Ryan Lortie authored
    We lookup a widget to call a function on GtkWidget that ends up just
    performing an operation directly on the GdkWindow again anyway
    (beeping).  There's already fallback code at the point of the call that
    does exactly that anyway, so just do that all of the time.
    56d2590b