diff options
| -rw-r--r-- | redo/gtk_unix.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/redo/gtk_unix.h b/redo/gtk_unix.h index 24f2d25..702d480 100644 --- a/redo/gtk_unix.h +++ b/redo/gtk_unix.h @@ -16,9 +16,7 @@ Thanks to desrt in irc.gimp.net/#gtk+ #define GDK_VERSION_MIN_REQUIRED 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 -*/ +/* cairo has no such macros (thanks Company in irc.gimp.net/#gtk+) */ #include <stdlib.h> #include <gtk/gtk.h> |
