# HG changeset patch # User Eric Warmenhoven # Date 1003525198 0 # Node ID 0974065e5c6eb9ce08ae6faa86c0effd6ea1f6a0 # Parent c3fd03920074f16d0202499a2100626146c22823 [gaim-migrate @ 2569] oh no! i'm exposed! diff -r c3fd03920074 -r 0974065e5c6e src/gtkimhtml.c --- a/src/gtkimhtml.c Fri Oct 19 20:37:14 2001 +0000 +++ b/src/gtkimhtml.c Fri Oct 19 20:59:58 2001 +0000 @@ -407,7 +407,7 @@ attributes.wclass = GDK_INPUT_OUTPUT; attributes.visual = gtk_widget_get_visual (widget); attributes.colormap = gtk_widget_get_colormap (widget); - attributes.event_mask = GDK_VISIBILITY_NOTIFY_MASK; + attributes.event_mask = GDK_VISIBILITY_NOTIFY_MASK | GDK_EXPOSURE_MASK; attributes_mask = GDK_WA_X | GDK_WA_Y | GDK_WA_VISUAL | GDK_WA_COLORMAP;