diff options
author | Owen Taylor <otaylor@src.gnome.org> | 1997-12-05 04:27:44 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1997-12-05 04:27:44 +0000 |
commit | bb1aa22b63046d47d30df514aff19c662966e7f8 (patch) | |
tree | c31d6667344452a9d7d7740a0ad9602f49e8a60c /gtk/gtktooltips.h | |
parent | 28de9c69b311fc2a2ffb1e6f150b76062366a6fd (diff) | |
download | gtk+-bb1aa22b63046d47d30df514aff19c662966e7f8.tar.gz |
Changes to make drawing work correctly (no black text on black background).
Also, removed calls to gtk_widget_set_events (that produced warnings)
-owt
Diffstat (limited to 'gtk/gtktooltips.h')
-rw-r--r-- | gtk/gtktooltips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h index e3ac596967..f5c6ddbdb7 100644 --- a/gtk/gtktooltips.h +++ b/gtk/gtktooltips.h @@ -33,7 +33,6 @@ typedef struct GdkFont *font; gint width; GList *row; - gint old_event_mask; } GtkTooltipsData; typedef struct |