diff src/gtkimhtml.c @ 2556:e284ab2882bd

[gaim-migrate @ 2569] oh no! i'm exposed! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 19 Oct 2001 20:59:58 +0000
parents 8229710b343b
children ce3df2c43f46
line wrap: on
line diff
--- 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;