Commit c49bc4033d4a051a9dfe8c1901af9c438b77a864
1 parent
1974bba9
Exists in
master
and in
1 other branch
Corrigindo erros ao compilar com gtk mais antigo
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
private.h
@@ -241,8 +241,6 @@ void v3270_update_mouse_pointer(GtkWidget *widget); | @@ -241,8 +241,6 @@ void v3270_update_mouse_pointer(GtkWidget *widget); | ||
241 | 241 | ||
242 | 242 | ||
243 | #if ! GTK_CHECK_VERSION(3,0,0) | 243 | #if ! GTK_CHECK_VERSION(3,0,0) |
244 | - | ||
245 | -#define GdkRGBA | ||
246 | gboolean v3270_expose(GtkWidget * widget, GdkEventExpose *event); | 244 | gboolean v3270_expose(GtkWidget * widget, GdkEventExpose *event); |
247 | #endif // GTK 3 | 245 | #endif // GTK 3 |
248 | 246 |