icontheme: Get rid of deprecation warnings

Before including deprecated headers, disable deprecation warnings.
This commit is contained in:
Benjamin Otte 2011-11-08 14:15:30 +01:00
parent 7cfe9051cc
commit adcd136f1e

View File

@ -48,6 +48,13 @@
#include "gtknumerableiconprivate.h"
#include "gtksettings.h"
#include "gtkprivate.h"
#undef GDK_DEPRECATED
#undef GDK_DEPRECATED_FOR
#define GDK_DEPRECATED
#define GDK_DEPRECATED_FOR(f)
#undef GTK_DISABLE_DEPRECATED
#include "deprecated/gtkstyle.h"