From a77c4da512b1e3fedce9d9105d8961e47f6e5100 Mon Sep 17 00:00:00 2001 From: Jay Cox Date: Sat, 7 Nov 1998 16:12:37 +0000 Subject: forward declaration for gtk_window_paint declare xid_ht static get the 1998-11-07 Jay Cox * gtk/gtkwindow.c: forward declaration for gtk_window_paint * gdk/gdkxid.c: declare xid_ht static * examples/*/Makefile: get the link ordering right. --- examples/tictactoe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tictactoe') diff --git a/examples/tictactoe/Makefile b/examples/tictactoe/Makefile index e405a76a8c..0dab1ea755 100644 --- a/examples/tictactoe/Makefile +++ b/examples/tictactoe/Makefile @@ -2,7 +2,7 @@ CC = gcc ttt_test: tictactoe.o ttt_test.o - $(CC) `gtk-config --libs` ttt_test.o tictactoe.o -o ttt_test + $(CC) ttt_test.o tictactoe.o -o ttt_test `gtk-config --libs` ttt_test.o: ttt_test.c tictactoe.h $(CC) `gtk-config --cflags` -c ttt_test.c -o ttt_test.o -- cgit v1.2.1