diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-06-06 14:35:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-06 14:35:58 +0000 |
commit | 2304a86ef9fee3ae570870eb4c94bb68a2b15797 (patch) | |
tree | 26db2d0f2b9a130b85d5312ed9f9e317d79482ee /gtk/gtktooltips.h | |
parent | 7e2541bd594c71ab3151bf986a4cf4bd88bef39b (diff) | |
download | gdk-pixbuf-2304a86ef9fee3ae570870eb4c94bb68a2b15797.tar.gz |
Include gtkwidget.h (#55798, Karl Nelson)
Wed Jun 6 10:34:42 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.h: Include gtkwidget.h
(#55798, Karl Nelson)
* gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
a valid latin-1 character. (Marc Lehmann, #35467)
* gdk/x11/gdkwindow-x11.c: Fix minor typo in comment.
(Marc Lehmann, #35467)
Diffstat (limited to 'gtk/gtktooltips.h')
-rw-r--r-- | gtk/gtktooltips.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h index 1f2b13b00..609df3cd6 100644 --- a/gtk/gtktooltips.h +++ b/gtk/gtktooltips.h @@ -27,8 +27,7 @@ #ifndef __GTK_TOOLTIPS_H__ #define __GTK_TOOLTIPS_H__ -#include <gdk/gdk.h> -#include <gtk/gtkobject.h> +#include <gtk/gtkwidget.h> #ifdef __cplusplus |