Mercurial > pidgin.yaz
changeset 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 | e36ba8814d6d |
children | 1ac93742d141 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;