tools: Work with deprecated APIs

We want to screenshot deprecated widgets, so we'd better not fail when
using them.
This commit is contained in:
Benjamin Otte 2011-11-09 03:22:19 +01:00
parent 8e4a45eb12
commit 0333ed97fe

View File

@ -1,5 +1,8 @@
#include "config.h"
#define GDK_DISABLE_DEPRECATION_WARNINGS
#undef GTK_DISABLE_DEPRECATED
#include <gtk/gtkunixprint.h>
#include <gdk/gdkkeysyms.h>
#include <X11/Xatom.h>