Rename some private x11 backend functions to _gdk_x11

This commit is contained in:
Matthias Clasen
2010-12-16 19:26:05 -05:00
parent cc03a6df79
commit 7e22cf7e50
4 changed files with 6 additions and 6 deletions

View File

@ -139,8 +139,8 @@ void _gdk_x11_window_translate (GdkWindow *window,
gint dx,
gint dy);
void _gdk_selection_window_destroyed (GdkWindow *window);
gboolean _gdk_selection_filter_clear_event (XSelectionClearEvent *event);
void _gdk_x11_selection_window_destroyed (GdkWindow *window);
gboolean _gdk_x11_selection_filter_clear_event (XSelectionClearEvent *event);
cairo_region_t* _gdk_x11_xwindow_get_shape (Display *xdisplay,
Window window,