Introduction
Introduction Statistics Contact Development Disclaimer Help
tjpg fix? (erik quanstrom) - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 532a32df32f6f09f03b0c2bfc048a242f8ac1af0
parent b9b653584e8622fc5d23e8f761a88b415f2f0167
Author: rsc <devnull@localhost>
Date: Fri, 10 Mar 2006 00:37:24 +0000
jpg fix? (erik quanstrom)
Diffstat:
M src/libdraw/x11-wsys.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/src/libdraw/x11-wsys.c b/src/libdraw/x11-wsys.c
t@@ -37,4 +37,5 @@ drawresizewindow(Rectangle r)
e.width = Dx(r);
e.height = Dy(r);
XConfigureWindow(_x.display, _x.drawable, value_mask, &e);
+ XFlush(_x.display);
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.