Re: Xlib : sequence lost (0x1718e > 0x71a0) in reply to 0x0!

2006-02-01 Thread The Rasterman
On Wed, 1 Feb 2006 22:18:49 -0800 (PST) [EMAIL PROTECTED] babbled: > Hi > u have given a good suggestion but I dont understand if the > pausing thread block any other thread trying to use the >Xlib with the same display connection then why it is working > fine sometimes . > Thanks t

Re: Xlib : sequence lost (0x1718e > 0x71a0) in reply to 0x0!

2006-02-01 Thread niranjan
Hi u have given a good suggestion but I dont understand if the pausing thread block any other thread trying to use the Xlib with the same display connection then why it is working fine sometimes . Thanks Separate threads either need to use separate display > connections or you need t

Re: Xlib : sequence lost (0x1718e > 0x71a0) in reply to 0x0!

2006-02-01 Thread Mark Vojkovich
Separate threads either need to use separate display connections or you need to enable thread mutexes for a shared connection (XInitThreads will enable Xlib's internal mutexes). Note still, that pausing a thread while it's in Xlib can block any other threads also trying to use Xlib with the same

Re: Xlib : sequence lost (0x1718e > 0x71a0) in reply to 0x0!

2006-02-01 Thread The Rasterman
On Tue, 31 Jan 2006 22:36:23 -0800 (PST) [EMAIL PROTECTED] babbled: > Hi to all > > > Iam building an kde Application When I pause the current pthread and > invoke an dialog in another thread the following error is coming . application is using the same x display connection from multipe