summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdropwindow.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-02-01 11:08:15 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-02-01 11:08:15 (GMT)
commit98a3c749a15349b874dcef0ce3a43ebff651d95a (patch)
tree1b905fd3e269ba3c0bbf815644f40719b887a430 /src/gtkext/gtkdropwindow.h
parent0c847f961a99d8e8012beecad27cf4318df1ff88 (diff)
Activated GTK_DISABLE_DEPRECATED again to avoid some warnings.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@233 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkdropwindow.h')
-rw-r--r--src/gtkext/gtkdropwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkext/gtkdropwindow.h b/src/gtkext/gtkdropwindow.h
index f9dcb12..c7852be 100644
--- a/src/gtkext/gtkdropwindow.h
+++ b/src/gtkext/gtkdropwindow.h
@@ -2,7 +2,7 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
* gtkdropwindow.h - prototypes pour la fenêtre de sélection de zone de destination pour dock
*
- * Copyright (C) 2009 Cyrille Bagard
+ * Copyright (C) 2009-2012 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -58,7 +58,7 @@ struct _GtkDropWindowClass
/* Détermine le type de fenêtre d'affichage pour destination de DnD. */
-GtkType gtk_drop_window_get_type(void);
+GType gtk_drop_window_get_type(void);
/* Crée un nouveau composant pour station dockable. */
GtkWidget *gtk_drop_window_new(void);