Settled TODO about cairo version macros.

This commit is contained in:
Pietro Gagliardi 2014-07-18 20:46:51 -04:00
parent 847690bb10
commit 2c3c200df8
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ Thanks to desrt in irc.gimp.net/#gtk+
#define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4 #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4
#define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4 #define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4
/* TODO are there equivalent compatibility macros for the other components of GTK+? Specifically: /* cairo has no such macros (thanks Company in irc.gimp.net/#gtk+) */
cairo
*/
#include <stdlib.h> #include <stdlib.h>
#include <gtk/gtk.h> #include <gtk/gtk.h>