comparison src/gtkimhtml.c @ 1979:e43c267b1a8a

[gaim-migrate @ 1989] important oscar fixes. i hadn't considered these. other minor fixes. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 09 Jun 2001 21:19:00 +0000
parents a7bfa23e80a1
children 5b79252ea95c
comparison
equal deleted inserted replaced
1978:a7bfa23e80a1 1979:e43c267b1a8a
1343 return; 1343 return;
1344 1344
1345 window = GTK_LAYOUT (imhtml)->bin_window; 1345 window = GTK_LAYOUT (imhtml)->bin_window;
1346 gdk_window_get_size (window, &width, &height); 1346 gdk_window_get_size (window, &width, &height);
1347 gdk_window_clear_area (window, 0, 0, width, BORDER_SIZE + 10); 1347 gdk_window_clear_area (window, 0, 0, width, BORDER_SIZE + 10);
1348 gdk_window_clear_area (window, 0, height - BORDER_SIZE, width, BORDER_SIZE); 1348 gdk_window_clear_area (window, 0, MAX (height - BORDER_SIZE - 10, 0), width, BORDER_SIZE + 10);
1349 1349
1350 gtk_imhtml_draw_exposed (imhtml); 1350 gtk_imhtml_draw_exposed (imhtml);
1351 } 1351 }
1352 1352
1353 static void 1353 static void