Skip to content
  • Benjamin Otte's avatar
    API: gdk: Change get_drag_window() API · 44c02fcb
    Benjamin Otte authored
    The previous function gdk_drag_get_protocol_for_display() took native
    window handles, so it had to be changed. Because it didn't do what it
    was named to do (it didn't return a protocol even though it was named
    get_protocol) and because it doesn't operate on the display anymore but
    on the actual window, it's now called gdk_window_get_drag_protocol().
    44c02fcb