Mercurial > pidgin.yaz
comparison src/gtkimhtml.c @ 1964:e04869c861f8
[gaim-migrate @ 1974]
fun stuff
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 05 Jun 2001 17:47:39 +0000 |
parents | 0a3edeba05b6 |
children | a7bfa23e80a1 |
comparison
equal
deleted
inserted
replaced
1963:76c862e7402f | 1964:e04869c861f8 |
---|---|
1340 return; | 1340 return; |
1341 | 1341 |
1342 window = GTK_LAYOUT (imhtml)->bin_window; | 1342 window = GTK_LAYOUT (imhtml)->bin_window; |
1343 gdk_window_get_size (window, &width, &height); | 1343 gdk_window_get_size (window, &width, &height); |
1344 gdk_window_clear_area (window, 0, 0, width, BORDER_SIZE + 10); | 1344 gdk_window_clear_area (window, 0, 0, width, BORDER_SIZE + 10); |
1345 gdk_window_clear_area (window, 0, height - BORDER_SIZE, width, BORDER_SIZE); | 1345 gdk_window_clear_area (window, 0, height - MIN_HEIGHT, width, MIN_HEIGHT); |
1346 | 1346 |
1347 gtk_imhtml_draw_exposed (imhtml); | 1347 gtk_imhtml_draw_exposed (imhtml); |
1348 } | 1348 } |
1349 | 1349 |
1350 static void | 1350 static void |