Dear Xorg : Something I had not thought of came up today. Could multiple threads call XDrawPoint() and then XFlush() ? Suppose sixteen threads are dispatched to do some foo and each of them utters some XDrawPoint() calls and then XFlush()? Is that remotely thread safe? Dennis