diffing dir...
Sun Jul 7 07:22:53 BST 2013 Hamish Mackenzie <ham...@go...>
* Hide the new cario Region when building for Gtk2
Ignore-this: 6be91bcd6f271dfaf7dd659b41513325
hunk ./gtk/Graphics/UI/Gtk/Cairo.chs 85
+#if GTK_MAJOR_VERSION < 3
+{#import Graphics.Rendering.Cairo.Types#} as Cairo hiding (Region)
+#else
hunk ./gtk/Graphics/UI/Gtk/Cairo.chs 89
+#endif
|