GDK_DISABLE_DEPRECATED should be in gdkcolor.c ?



 
Hi all:
when I compile gtk+-2.10.11
using:
configure --prefix=$PREFIX --enable-static --with-gdktarget=directfb --without-x
 --disable-debug --with-libpng --with-libjpeg --with-libtiff --enable-fbmanager --enable-modules --disable-largefile
 
I got unfined reference in gdk_color_store()
because gdk_colormap_change() <--------- IA__ ...
 
since its DEPRECATED I think should be in
gdkcolor.c
something like
 #ifndef GDK_DISABLE_DEPRECATED
void
gdk_colors_store(....)
{
 
gdk_colormap_change(colormap, ncolors); /* <-- make breaks because of this */
}
#endif
 
thanks
Luis
 
 
 


Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
Probalo ya!

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]