[teklib-general] teklib: Possible fix for inital refresh bug
Timm S. Mueller
tmueller at neoscientists.org
Tue Apr 1 15:36:08 CEST 2008
details: http://hg.teklib.org/teklib/rev/e5f430b535e8
changeset: 164:e5f430b535e8
user: Timm S. Mueller <tmueller at neoscientists.org>
date: Tue Apr 01 06:05:21 2008 +0200
description:
Possible fix for inital refresh bug
diffs (11 lines):
diff -r 5c814177c18b -r e5f430b535e8 src/display_x11/display_x11_inst.c
--- a/src/display_x11/display_x11_inst.c Sat Mar 15 02:42:54 2008 +0100
+++ b/src/display_x11/display_x11_inst.c Tue Apr 01 06:05:21 2008 +0200
@@ -766,6 +766,7 @@ x11_processvisualevent(TMOD_X11 *mod, VI
{
TExecReplyMsg(mod->x11_ExecBase, mod->x11_RequestInProgress);
mod->x11_RequestInProgress = TNULL;
+ v->waitforexpose = TFALSE;
}
break;
More information about the teklib-general
mailing list