emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Use of `gtk_window_set_icon_from_file' in src/xfns.c


From: Jan D.
Subject: Re: Use of `gtk_window_set_icon_from_file' in src/xfns.c
Date: Thu, 31 Jul 2003 18:15:24 +0200


I agree with Tim that this approach is better.  Maybe someone
knowledgeable on autoconf could apply a modified version of Tim's
patch?  That is, it seems to me that it is better to set HAVE_GTK_2_2
in configure.in and use that in src/xfns.c instead of the

(GTK_MAJOR_VERSION > 2 || (GTK_MAJOR_VERSION == 2 &&
GTK_MINOR_VERSION >= 2))

construct.


Neveer mind, I rewrote the function so it works with both GTK 2.0 and
2.2.  Please try it.

Thanks,

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]