Hi!
Probably my request is already out of date, but maybe itīs saving some
of your time. There is a new gtk version 0.99.4 with some functions
changed. Here is the a list of changes I made to make sane-0.71 compile:
in frontend/gtkglue.c
gtk_tooltips_set_tips (tooltips, widget, (char *) desc);
to
gtk_tooltips_set_tip (tooltips, widget, (char *) desc, (char *)
desc);
and
gtk_tooltips_unref (dialog->tooltips);
to
gtk_object_unref (GTK_OBJECT (dialog->tooltips));
dialog->tooltips = NULL;
in frontend/xcam.c
gdk_set_debug_level( 0);
to
/* gdk_set_debug_level( 0); */
Itīs quick and dirty, means Iīm not shure if itīs 100% smart what I did.
And ok, next time Iīll send
a patch file.
christian
-- +------------------------------------------------------------------- | Christian Bucher | phone: +43 1 5488640 | mailto:cbucher@vernetzt.at +-------------------------------------------------------------------
--------------6F62C0235C17BCD9D417BE3D Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
Hi!
Probably my request is already out of date, but maybe it´s saving some of your time. There is a new gtk version 0.99.4 with some functions changed. Here is the a list of changes I made to make sane-0.71 compile:
in frontend/gtkglue.c
gtk_tooltips_set_tips (tooltips, widget, (char *) desc);
to
gtk_tooltips_set_tip (tooltips, widget, (char *) desc, (char *) desc);
and
gtk_tooltips_unref (dialog->tooltips);
to
gtk_object_unref (GTK_OBJECT (dialog->tooltips));
dialog->tooltips = NULL;in frontend/xcam.c
gdk_set_debug_level( 0);
to
/* gdk_set_debug_level( 0); */
It´s quick and dirty, means I´m not shure if it´s 100% smart what I did. And ok, next time I´ll send
a patch file.
christian
-- +------------------------------------------------------------------- | Christian Bucher | phone: +43 1 5488640 | mailto:cbucher@vernetzt.at +---------------------------------------------------------------------------------6F62C0235C17BCD9D417BE3D-- -- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com