[Xfce4-commits] CVS: xfce4/libxfcegui4/libxfcegui4 netk-util.c, 1.15, 1.16
Brian J. Tarricone
bjt23 at cornell.edu
Wed Mar 17 22:53:59 CET 2004
On Wed, 17 Mar 2004, Oliver Fourdan wrote:
> Modified Files:
> netk-util.c
> Log Message:
> Use version checking of gtk at runtime.
>
> Index: netk-util.c
> ===================================================================
[snip]
> + if ((gtk_major_version >=2) && (gtk_minor_version >= 3))
[snip]
not that it really matters, but you can still use
GTK_CHECK_VERSION(x,y,z) for runtime checks - it just expands to
basically what you added. it's just less to type using the macro, and
with my quest to allow everyone to be as lazy as possible...
-brian
More information about the Xfce4-dev
mailing list