diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-09-04 17:53:27 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-09-04 17:59:18 +0200 |
commit | 812b3c451d2717e54ff7eb778f8dfbd018da48a7 (patch) | |
tree | 39b5926c58f813c71b4f379e4b846192dc49536a /gtk/gtktestutils.c | |
parent | d0ac27fe5f95a92af8cb40ed3db6d35e1874851f (diff) | |
download | gtk+-812b3c451d2717e54ff7eb778f8dfbd018da48a7.tar.gz |
Deprecate GDK_WINDOW_OBJECT and GdkWindowObject
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 383af9a7a1..64bf351976 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -21,6 +21,8 @@ /* need to get the prototypes of all get_type functions */ #define GTK_ENABLE_BROKEN #undef GTK_DISABLE_DEPRECATED +/* Need to get GDK_WINDOW_OBJECT */ +#undef GDK_DISABLE_DEPRECATED #include "config.h" |