[gaim-migrate @ 2569]

Fri, 19 Oct 2001 20:59:58 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Fri, 19 Oct 2001 20:59:58 +0000
changeset 2556
0974065e5c6e
parent 2555
c3fd03920074
child 2557
80bae01b822f

[gaim-migrate @ 2569]
oh no! i'm exposed!

src/gtkimhtml.c file | annotate | diff | comparison | revisions
--- 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;
 

mercurial