diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-08 05:32:07 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-08 05:32:07 +0000 |
commit | 241ff0b6bd15f079ce58635bca921395db8f0bb4 (patch) | |
tree | a12d64f8c34af754b7371aa9f663526d6eb669fe /gdk/x11/gdkdnd-x11.c | |
parent | 07e7719441f5927bc3c482717fc53f8529186e3a (diff) | |
download | gtk+-241ff0b6bd15f079ce58635bca921395db8f0bb4.tar.gz |
Cleanups
Diffstat (limited to 'gdk/x11/gdkdnd-x11.c')
-rw-r--r-- | gdk/x11/gdkdnd-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 47178f2584..f910431330 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -130,7 +130,7 @@ static void gdk_drag_context_finalize (GObject *object); static GList *contexts; -const static struct { +static const struct { const char *atom_name; GdkFilterFunc func; } xdnd_filters[] = { |