2.14.1: 2008-09-18 Armin Burgmeier * gdk/src/gdk_methods.def: Regenerated. * gdk/src/display.hg: * gdk/src/display.ccg: Changed window ID parameters and return values for get_drag_protocol and selection_send_notify from guint32 to GdkNativeWindow. These are the same on Linux, so this is not a problem. On Windows, GdkNativeWindow is a pointer, so we keep the old functions to preserve ABI (doing some nasty casts in the implementation). Bug #552513 (Damon Register).