comparison src/gtkimhtml.h @ 4947:24c9a23df63b

[gaim-migrate @ 5281] You'd think faceprint would have learned the dangers of static variables after playing with normalize() ;) This fixes scaling. The problem was that the size of the widget was being stored in a static variable. Of course, there's more than one gtkimhtml, so this managed to screw things up a bit. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 01 Apr 2003 08:43:51 +0000
parents 9e50494f63a1
children 3ee1b1409660
comparison
equal deleted inserted replaced
4946:154eb3188788 4947:24c9a23df63b
60 GtkWidget *tip_window; 60 GtkWidget *tip_window;
61 char *tip; 61 char *tip;
62 guint tip_timer; 62 guint tip_timer;
63 63
64 GList *scalables; 64 GList *scalables;
65 GdkRectangle old_rect;
65 }; 66 };
66 67
67 struct _GtkIMHtmlClass { 68 struct _GtkIMHtmlClass {
68 GtkTextViewClass parent_class; 69 GtkTextViewClass parent_class;
69 70