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 /tests | |
parent | d0ac27fe5f95a92af8cb40ed3db6d35e1874851f (diff) | |
download | gtk+-812b3c451d2717e54ff7eb778f8dfbd018da48a7.tar.gz |
Deprecate GDK_WINDOW_OBJECT and GdkWindowObject
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testwindows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testwindows.c b/tests/testwindows.c index a6cd0a5bd0..d2d5f0dfe6 100644 --- a/tests/testwindows.c +++ b/tests/testwindows.c @@ -1,3 +1,4 @@ +#undef GDK_DISABLE_DEPRECATED #include <gtk/gtk.h> #ifdef GDK_WINDOWING_X11 #include <X11/Xlib.h> |