]> Pileus Git - ~andy/gtk/commit
gdk/gdkwindow.c, gtk/gtkwidget.c: Include fallback-c89.c
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 21 Feb 2013 07:54:18 +0000 (15:54 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 13 Mar 2013 05:22:48 +0000 (13:22 +0800)
commitb9e189150bfd62c9e956e29324622058672600f0
tree1f0b49b67b10c11485fd000c8a78e583dccc2623
parent9b7c7ae614a0865f613fc6b3f2596d86f23271bb
gdk/gdkwindow.c, gtk/gtkwidget.c: Include fallback-c89.c

Both of them started to make use of round(), a C99 function.  So, include
fallback-c89.c to provide a fallback implementation for round() for
compilers that don't have round()

https://bugzilla.gnome.org/show_bug.cgi?id=694339
gdk/gdkwindow.c
gtk/gtkwidget.c