--- Makefile.old 2007-04-26 15:19:41 +0400 +++ Makefile 2007-04-26 15:20:14 +0400 @@ -65,8 +65,8 @@ # -fcaller-saves -ffast-math -fno-strength-reduce \ # -fthread-jumps #-march=pentium #-DSTAT_MACROS_BROKEN -INCLUDES = `imlib-config --cflags-gdk` -LIBS = `imlib-config --libs-gdk` +INCLUDES = `imlib-config --cflags-gdk` `gtk-config --cflags` +LIBS = `imlib-config --libs-gdk` `gtk-config --libs` # [as] thinks that this is not portable enough # [lc] I use a virtual screen of 1600x1200, and the resolution is 1024x768, # so I changed (in main.c) how screen_[x,y] is obtained; it seems that gtk