diff options
author | Havoc Pennington <hp@redhat.com> | 2001-02-19 20:38:15 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-02-19 20:38:15 +0000 |
commit | b58ba480af3de8e620653d4ee519eaf63ea78b88 (patch) | |
tree | 29de1fc8818f775db8290ac12ed5a6b3cb2b2938 /gdk/gdkfont.h | |
parent | 3a99bdf5a75710f1f4cdaf0539fc4290fc862545 (diff) | |
download | gtk+-b58ba480af3de8e620653d4ee519eaf63ea78b88.tar.gz |
GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those two
2001-02-19 Havoc Pennington <hp@redhat.com>
* demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
* gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
(gdk_key_repeat_restore): nuke
* gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
(gdk_init_check): no atexit func
* gdk/gdkrgb.h: mark some stuff deprecated
* gdk/gdkcolor.h: mark some stuff deprecated
* gdk/gdk.h: deprecated gdk_exit, gdk_input_*
* gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
Diffstat (limited to 'gdk/gdkfont.h')
-rw-r--r-- | gdk/gdkfont.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/gdkfont.h b/gdk/gdkfont.h index df12294baf..b0bfb6e8e1 100644 --- a/gdk/gdkfont.h +++ b/gdk/gdkfont.h @@ -1,3 +1,5 @@ +#ifndef GDK_DISABLE_DEPRECATED + #ifndef __GDK_FONT_H__ #define __GDK_FONT_H__ @@ -100,3 +102,5 @@ void gdk_font_full_name_free (gchar *name); #endif /* __cplusplus */ #endif /* __GDK_FONT_H__ */ + +#endif /* GDK_DISABLE_DEPRECATED */ |