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:
@ -1756,7 +1756,7 @@ gtk_drag_set_icon_pixmap (GdkDragContext *context,
|
||||
gtk_widget_push_colormap (colormap);
|
||||
|
||||
window = gtk_window_new (GTK_WINDOW_POPUP);
|
||||
GTK_WIDGET_SET_FLAGS (window, GTK_USER_DRAW);
|
||||
gtk_widget_set_app_paintable (GTK_WIDGET (window), TRUE);
|
||||
|
||||
gtk_widget_pop_visual ();
|
||||
gtk_widget_pop_colormap ();
|
||||
@ -2272,7 +2272,7 @@ gtk_drag_anim_timeout (gpointer data)
|
||||
gint x, y;
|
||||
gboolean retval;
|
||||
|
||||
GTK_THREADS_ENTER;
|
||||
GTK_THREADS_ENTER ();
|
||||
|
||||
if (anim->step == anim->n_steps)
|
||||
{
|
||||
@ -2295,7 +2295,7 @@ gtk_drag_anim_timeout (gpointer data)
|
||||
retval = TRUE;
|
||||
}
|
||||
|
||||
GTK_THREADS_LEAVE;
|
||||
GTK_THREADS_LEAVE ();
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user