bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug-gnubg] Winsock (Was: [Bug-gnubg] Multiprocessing)


From: Holger
Subject: Re: Bug-gnubg] Winsock (Was: [Bug-gnubg] Multiprocessing)
Date: Fri, 11 Jul 2003 21:03:47 +0200

At 20:49 11.07.2003 +0200, Olivier Baur wrote:
Le vendredi, 11 juil 2003, à 20:39 Europe/Paris, Holger a écrit :

The next problem comes with gdk_threads_init as we don't have it in GTK+ 1.3

I suppose it just isn't necessary to call it in GTK+1.3 before calling gdk_thread_enter/leave, as it was introduced in GTK+2.0, whereas gdk_thread_enter/leave already existed in GTK+1.3...
Try

#if /*gtk version < 2.0 test*/
#define gdk_threads_init()
#endif

and let's see what happens...

Let's hope. ;)  But I'm off home now. Could you commit this?

Ah, why do you want to define gdk_threads_init? I'd put #if !GTK_CHECK_VERSION(1,3,0) around the calls.

Regards,

Holger




reply via email to

[Prev in Thread] Current Thread [Next in Thread]