forward declaration for gtk_window_paint declare xid_ht static get the

1998-11-07  Jay Cox  <jaycox@earthlink.net>

	* gtk/gtkwindow.c: forward declaration for gtk_window_paint
	* gdk/gdkxid.c: declare xid_ht static
	* examples/*/Makefile: get the link ordering right.
This commit is contained in:
Jay Cox
1998-11-07 16:12:37 +00:00
committed by jaycox
parent cf1d80fd80
commit a77c4da512
40 changed files with 86 additions and 41 deletions

View File

@ -1,8 +1,8 @@
CC = gcc
helloworld2: helloworld2.c
$(CC) `gtk-config --cflags` `gtk-config --libs` helloworld2.c -o helloworld2
helloworld2: helloworld2.c
$(CC) `gtk-config --cflags` helloworld2.c -o helloworld2 `gtk-config --libs`
clean:
rm -f helloworld2
rm -f *.o helloworld2