win32: Make gdk_drag_context_new static

This commit is contained in:
Alexander Larsson 2011-11-21 14:33:16 +01:00
parent 2fb8b97b65
commit 4760b3e2bd

View 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;