summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkglobals-x11.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-03-06 00:39:11 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-03-06 00:39:11 +0000
commit47f7073e28604ef35081cc139d39ad60c2c17002 (patch)
treeb2f64f9689dc8208f9c26db72f42563c891ce9e6 /gdk/x11/gdkglobals-x11.c
parent6c9e2cf195bb8a92686b722812d97aa38fa6402d (diff)
downloadgdk-pixbuf-47f7073e28604ef35081cc139d39ad60c2c17002.tar.gz
[Ummm, maybe we should do the same change to the selection_owner variable?]
1998-03-05 Federico Mena Quintero <federico@nuclecu.unam.mx> * gdk/gdkprivate.h: Changed the name of default_filters to gdk_default_filters to avoid namespace pollution. Yes, it just happened to me. * gdk/gdk.c (gdk_event_translate): * gdk/gdkglobals.c: * gdk/gdkwindow.c (gdk_window_add_filter gdk_window_remove_filter): Likewise.
Diffstat (limited to 'gdk/x11/gdkglobals-x11.c')
-rw-r--r--gdk/x11/gdkglobals-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkglobals-x11.c b/gdk/x11/gdkglobals-x11.c
index 367df7d83..0fcbef3fc 100644
--- a/gdk/x11/gdkglobals-x11.c
+++ b/gdk/x11/gdkglobals-x11.c
@@ -49,4 +49,4 @@ gchar *gdk_progclass = NULL;
gint gdk_error_code;
gint gdk_error_warnings = TRUE;
gint gdk_null_window_warnings = TRUE;
-GList *default_filters = NULL;
+GList *gdk_default_filters = NULL;