diff options
author | Benjamin Otte <otte@redhat.com> | 2011-10-28 08:34:30 -0700 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-11-02 02:32:53 +0100 |
commit | b120cb04a5ad172f066ecbc95420ceb7e6df4710 (patch) | |
tree | dac35b62b62d7acade6f8a084d7fc49f9e8d898b /gdk/Makefile.am | |
parent | c9a648395ea3fb7db7dde4517b646cfc8703417d (diff) | |
download | gtk+-b120cb04a5ad172f066ecbc95420ceb7e6df4710.tar.gz |
gdk: Move a bunch of deprecated code to a new file
The new file defines GDK_DISABLE_DEPRECATION_WARNINGS so it can happily
use deprecated APIs.
This commit moves those functions there that use deprecated functions
and currently cause warnings.
With this commit, GDK compiles without deprecation warnings.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 0c8011558f..0c38d9a672 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -113,6 +113,7 @@ gdk_c_sources = \ gdkcairo.c \ gdkcolor.c \ gdkcursor.c \ + gdkdeprecated.c \ gdkdevice.c \ gdkdevicemanager.c \ gdkdisplay.c \ |