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: Olivier Baur
Subject: Re: Bug-gnubg] Winsock (Was: [Bug-gnubg] Multiprocessing)
Date: Fri, 11 Jul 2003 20:49:31 +0200

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...

-- Olivier




reply via email to

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