summaryrefslogtreecommitdiff
path: root/gtk/gtk_compat.c
Commit message (Collapse)AuthorAgeFilesLines
* More GTK 2.22.0 supportJohn Mark Bell2010-10-231-0/+12
| | | | svn path=/trunk/netsurf/; revision=10897
* Fix gtk compat layer to not segfault on old versions of GTK.John Mark Bell2010-07-031-8/+10
| | | | svn path=/trunk/netsurf/; revision=10593
* Add gtk_compat.c, which provides implementations of newer GTK functions that ↵Rob Kendrick2010-04-131-0/+76
we require. This is needed because some macros we were using have been deprecated and replaced with functions, and we build without deprecated features due to it spewing warnings everywhere. svn path=/trunk/netsurf/; revision=10392