From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] refresh problems with drawterm on x (freebsd)? From: "Russ Cox" In-Reply-To: <454b.3e68c3c9.e9a0a@blake.inputplus.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 7 Mar 2003 09:15:42 -0500 Topicbox-Message-UUID: 7cd67180-eacb-11e9-9e20-41e7f4b1d025 > I'm coming into the conversation part-way through here, but if you're > saying you've an X client doing XDrawText() and XFillRectangle() Xlib > calls, or you're generating the equivalent protocol, there's no way that > the operations should be done out of order. I'm an X client doing: XFillRectangle XGetSubImage XPutImage in that order, and it appears that the XFillRectangle sometimes completes after the XPutImage. It certainly seems X server dependent, but I attributed that to some cards have an accelerated XFillRectangle and some not. Russ