Rename _gdk_send_xevent to _gdk_x11_display_send_xevent

This commit is contained in:
Matthias Clasen
2010-12-15 17:38:48 -05:00
parent 28b7c6f05d
commit 566abbad25
6 changed files with 51 additions and 66 deletions

View File

@ -415,7 +415,7 @@ gdk_selection_send_notify_for_display (GdkDisplay *display,
xevent.property = gdk_x11_atom_to_xatom_for_display (display, property);
xevent.time = time;
_gdk_send_xevent (display, requestor, False, NoEventMask, (XEvent*) & xevent);
_gdk_x11_display_send_xevent (display, requestor, False, NoEventMask, (XEvent*) & xevent);
}
/**