Commit 89661a9ac61c04bf39534d40ea9588a1c650dcb1
1 parent
ae9753db
Exists in
master
and in
5 other branches
Corrigindo erros ao compilar com gtk mais antigo
Showing
3 changed files
with
2 additions
and
3 deletions
Show diff stats
src/include/pw3270/v3270.h
... | ... | @@ -49,6 +49,7 @@ |
49 | 49 | #if ! GTK_CHECK_VERSION(3,0,0) |
50 | 50 | #define GdkRGBA GdkColor |
51 | 51 | #define gdk_cairo_set_source_rgba(cr,cl) gdk_cairo_set_source_color(cr,cl) |
52 | + #define gdk_rgba_parse(a,b) gdk_color_parse(b,a) | |
52 | 53 | #define gdk_rgba_to_string(c) gdk_color_to_string(c) |
53 | 54 | #define gdk_rgba_equal(a,b) gdk_color_equal(a,b) |
54 | 55 | #define gdk_rgba_to_string(c) gdk_color_to_string(c) | ... | ... |
src/pw3270/colors.c
src/pw3270/v3270/private.h