Correct compile line for threads example.
Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
This commit is contained in:
committed by
Tony Gale
parent
6f1fb7d058
commit
628468f1e7
@@ -1,3 +1,4 @@
|
||||
`
|
||||
2003-09-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
`
|
||||
2003-09-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
`
|
||||
2003-09-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
`
|
||||
2003-09-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
`
|
||||
2003-09-02 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<book>
|
||||
|
||||
<bookinfo>
|
||||
<date>August 26th 2003</date>
|
||||
<date>September 3rd 2003</date>
|
||||
<title>GTK+ FAQ</title>
|
||||
<authorgroup>
|
||||
<author>
|
||||
@@ -1245,7 +1245,7 @@ illustrate how to use threads within GTK+ programs.</para>
|
||||
/*
|
||||
* Compile with:
|
||||
*
|
||||
* cc -o gtk-thread gtk-thread.c `pkg-config --cflags --libs gtk+-2.0 gthread`
|
||||
* cc -o gtk-thread gtk-thread.c `pkg-config --cflags --libs gtk+-2.0 gthread-2.0`
|
||||
*
|
||||
* Thanks to Sebastian Wilhelmi for pointing out some bugs in earlier versions.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user