version bump to 1.1.8, binary age 0, interface age 0, depend on GLib
Wed Dec 16 05:26:32 1998 Tim Janik <timj@gtk.org> * configure.in: version bump to 1.1.8, binary age 0, interface age 0, depend on GLib 1.1.8. * gdk/gdkprivate.h: * gdk/gdkglobals.c: removed last Gdk threads specific bits. * gtk/gtkmain.c (gtk_init): s/g_thread_supported/g_thread_supported()/. * gtk/gtkprivate.h: changed GTK_THREADS_ENTER and GTK_THREADS_LEAVE to function macros GTK_THREADS_ENTER() and GTK_THREADS_LEAVE(). honour G_THREADS_ENABLED in the definition of GTK_THREADS_ENTER() and GTK_THREADS_LEAVE(). changed callers accordingly.
This commit is contained in:
@ -1837,7 +1837,7 @@ gtk_notebook_timer (GtkNotebook *notebook)
|
||||
{
|
||||
gboolean retval = FALSE;
|
||||
|
||||
GTK_THREADS_ENTER;
|
||||
GTK_THREADS_ENTER ();
|
||||
|
||||
if (notebook->timer)
|
||||
{
|
||||
@ -1866,7 +1866,7 @@ gtk_notebook_timer (GtkNotebook *notebook)
|
||||
retval = TRUE;
|
||||
}
|
||||
|
||||
GTK_THREADS_LEAVE;
|
||||
GTK_THREADS_LEAVE ();
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user