API: gdk: Make GdkEventSelection.requestor a GdkWindow

instead of a GdkNativeWindow. Also change gdk_selection_notify() API to
take a GdkWindow to match this change.
This commit is contained in:
Benjamin Otte
2011-02-01 17:22:04 +01:00
parent c2a5d715d5
commit 5bc04bc07b
10 changed files with 36 additions and 25 deletions

View File

@ -190,7 +190,7 @@ gboolean _gdk_x11_display_set_selection_owner (GdkDisplay *display,
GdkWindow * _gdk_x11_display_get_selection_owner (GdkDisplay *display,
GdkAtom selection);
void _gdk_x11_display_send_selection_notify (GdkDisplay *display,
GdkNativeWindow requestor,
GdkWindow *requestor,
GdkAtom selection,
GdkAtom target,
GdkAtom property,