sane-project-website/old-archive/1998-03/0045.html

145 wiersze
4.0 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!-- received="Sat Mar 7 14:40:40 1998 PST" -->
<!-- sent="Sat, 07 Mar 1998 23:40:01 +0100" -->
<!-- name="Bucher Christian" -->
<!-- email="cbucher@vernetzt.at" -->
<!-- subject="gtk+-0.99.4" -->
<!-- id="" -->
<!-- inreplyto="" -->
<title>sane-devel: gtk+-0.99.4</title>
<h1>gtk+-0.99.4</h1>
<b>Bucher Christian</b> (<a href="mailto:cbucher@vernetzt.at"><i>cbucher@vernetzt.at</i></a>)<br>
<i>Sat, 07 Mar 1998 23:40:01 +0100</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#45">[ date ]</a><a href="index.html#45">[ thread ]</a><a href="subject.html#45">[ subject ]</a><a href="author.html#45">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0046.html">Mark: "Re: glasses (was: Re: sane 0.71 and microtek E3)"</a>
<li> <b>Previous message:</b> <a href="0044.html">Timo Neumann: "Re: sane 0.71 and microtek E3"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>
<!-- body="start" -->
--------------6F62C0235C17BCD9D417BE3D<br>
Content-Type: text/plain; charset=iso-8859-1<br>
Content-Transfer-Encoding: 8bit<br>
<p>
Hi!<br>
<p>
Probably my request is already out of date, but maybe it´s saving some<br>
of your time. There is a new gtk version 0.99.4 with some functions<br>
changed. Here is the a list of changes I made to make sane-0.71 compile:<br>
<p>
in frontend/gtkglue.c<br>
<p>
gtk_tooltips_set_tips (tooltips, widget, (char *) desc);<br>
<p>
to<br>
<p>
gtk_tooltips_set_tip (tooltips, widget, (char *) desc, (char *)<br>
desc);<br>
<p>
and<br>
<p>
gtk_tooltips_unref (dialog-&gt;tooltips);<br>
<p>
to<br>
<p>
gtk_object_unref (GTK_OBJECT (dialog-&gt;tooltips));<br>
dialog-&gt;tooltips = NULL;<br>
<p>
in frontend/xcam.c<br>
<p>
gdk_set_debug_level( 0);<br>
<p>
to<br>
<p>
/* gdk_set_debug_level( 0); */<br>
<p>
It´s quick and dirty, means I´m not shure if it´s 100% smart what I did.<br>
And ok, next time I´ll send<br>
a patch file.<br>
<p>
<p>
<p>
christian<br>
<p>
<pre>
--
+-------------------------------------------------------------------
| Christian Bucher
| phone: +43 1 5488640
| <a href="mailto:cbucher@vernetzt.at">mailto:cbucher@vernetzt.at</a>
+-------------------------------------------------------------------
<p>
<p>
<p>
--------------6F62C0235C17BCD9D417BE3D
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<p>
<HTML>
Hi!
<P>Probably my request is already out of date, but maybe it&acute;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:
<P>in frontend/gtkglue.c
<P>&nbsp;&nbsp;&nbsp; gtk_tooltips_set_tips (tooltips, widget, (char *)
desc);
<P>to
<P>&nbsp;&nbsp;&nbsp; gtk_tooltips_set_tip (tooltips, widget, (char *)
desc, (char *) desc);
<P>and
<P>&nbsp;&nbsp;&nbsp; gtk_tooltips_unref (dialog->tooltips);
<P>to
<P>&nbsp;&nbsp;&nbsp; gtk_object_unref (GTK_OBJECT (dialog->tooltips));
<BR>&nbsp;&nbsp;&nbsp; dialog->tooltips = NULL;
<P>in frontend/xcam.c
<P>&nbsp;&nbsp;&nbsp; gdk_set_debug_level( 0);
<P>to
<P>&nbsp;&nbsp;&nbsp; /* gdk_set_debug_level( 0); */
<P>It&acute;s quick and dirty, means I&acute;m not shure if it&acute;s
100% smart what I did. And ok, next time I&acute;ll send
<BR>a patch file.
<BR>&nbsp;
<BR>&nbsp;
<P>christian
<PRE>--&nbsp;
+-------------------------------------------------------------------
| Christian Bucher
| phone: +43 1 5488640
| <A HREF="mailto:cbucher@vernetzt.at">mailto:cbucher@vernetzt.at</A>
+-------------------------------------------------------------------</PRE>
&nbsp;</HTML>
--------------6F62C0235C17BCD9D417BE3D--
--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0046.html">Mark: "Re: glasses (was: Re: sane 0.71 and microtek E3)"</a>
<li> <b>Previous message:</b> <a href="0044.html">Timo Neumann: "Re: sane 0.71 and microtek E3"</a>
<!-- nextthread="start" -->
<!-- reply="end" -->
</ul>