summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdnd-x11.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-10-08 05:32:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-10-08 05:32:07 +0000
commit241ff0b6bd15f079ce58635bca921395db8f0bb4 (patch)
treea12d64f8c34af754b7371aa9f663526d6eb669fe /gdk/x11/gdkdnd-x11.c
parent07e7719441f5927bc3c482717fc53f8529186e3a (diff)
downloadgtk+-241ff0b6bd15f079ce58635bca921395db8f0bb4.tar.gz
Cleanups
Diffstat (limited to 'gdk/x11/gdkdnd-x11.c')
-rw-r--r--gdk/x11/gdkdnd-x11.c2
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[] = {