From: <do...@do...> - 2005-03-21 23:57:37
|
Update of /cvs/BasiliskII/src/Unix Modified Files: video_x.cpp Log Message: Avoid use of pthread_cancel() for redraw thread cancellation. Use an extra variable to acknowledge cancellation. This avoids Xserver events queue corruption when clipboard is in use. Concretely, this fixes following errors: Xlib: unexpected async reply (sequence 0xHEX)! |