]> Pileus Git - ~andy/gtk/commitdiff
win32: Make gdk_drag_context_new static
authorAlexander Larsson <alexl@redhat.com>
Mon, 21 Nov 2011 13:33:16 +0000 (14:33 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 21 Nov 2011 13:34:06 +0000 (14:34 +0100)
gdk/win32/gdkdnd-win32.c

index e656f07b53b6c256e5529be308f81dcf8474cb30..b2ded749627cb136fb7e2a1486a6938555e108d1 100644 (file)
@@ -180,7 +180,7 @@ gdk_win32_drag_context_finalize (GObject *object)
 
 /* Drag Contexts */
 
-GdkDragContext *
+static GdkDragContext *
 gdk_drag_context_new (void)
 {
   GdkWin32DragContext *context_win32;