summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-10-22 14:14:33 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-10-22 14:14:33 +0000
commit7da0a01b88f44569f3e72f49542389ecdd6e69a9 (patch)
treeaf2d20b5637706f32b086a19f86a9603c7abdcee /docs
parent97ff064f22cdfef8abf620eb6900da6163e9b734 (diff)
downloadgtk+-7da0a01b88f44569f3e72f49542389ecdd6e69a9.tar.gz
Don't call g_thread_init(), we don't want to link to -lgthread if we don't
Mon Oct 22 10:12:08 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call g_thread_init(), we don't want to link to -lgthread if we don't have to.
Diffstat (limited to 'docs')
-rw-r--r--docs/Changes-2.0.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Changes-2.0.txt b/docs/Changes-2.0.txt
index 01e0c5c75d..5b79890799 100644
--- a/docs/Changes-2.0.txt
+++ b/docs/Changes-2.0.txt
@@ -499,9 +499,6 @@ Incompatible Changes from GTK+-1.2 to GTK+-2.0:
g_thread_init() has been called. In order to use the
global GDK thread mutex with gdk_threads_enter() and
gdk_threads_leave(), you must call gdk_threads_init() explicitely.
- gdk_threads_init() calls g_thread_init() if it hasn't already
- been called, so you can typically change your call to g_thread_init()
- into a call to gdk_threads_init().
If you aren't using GDK and GTK+ functions from multiple threads,
there is no reason to call gdk_threads_init().