diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-18 20:46:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-18 20:46:51 -0400 |
| commit | 2c3c200df886adc68421c1da64efffb417911059 (patch) | |
| tree | b450d0259a76fbb77a9dd55a03368935bb2a5354 | |
| parent | 847690bb105ead7d68cb0af018fa96864ffe137d (diff) | |
Settled TODO about cairo version macros.
| -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> |
