comparison src/gtkimhtml.h @ 1515:206f995a33f3

[gaim-migrate @ 1525] updates to gtkimhtml. bmiller's patch included. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 27 Feb 2001 11:28:32 +0000
parents 36c56d591674
children d3ff7d80b8fb
comparison
equal deleted inserted replaced
1514:0dd012166152 1515:206f995a33f3
55 55
56 guint sel_startx, sel_starty; 56 guint sel_startx, sel_starty;
57 guint sel_endx, sel_endy; 57 guint sel_endx, sel_endy;
58 gboolean selection; 58 gboolean selection;
59 GString *selected_text; 59 GString *selected_text;
60 struct line_info *sel_endchunk;
60 guint scroll_timer; 61 guint scroll_timer;
61 62
62 guint x, y; 63 guint x, y;
63 guint xsize; 64 guint xsize;
64 guint llheight; 65 guint llheight;