Code cleanup
This commit is contained in:
parent
1bb22a9931
commit
b45612b029
|
@ -47,7 +47,7 @@ void gdk_window_clear(GdkWindow * window)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
# if !GTK_CHECK_VERSION(3, 0, 0)
|
#if !GTK_CHECK_VERSION(3, 0, 0)
|
||||||
/* gtk_box_new */
|
/* gtk_box_new */
|
||||||
GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing)
|
GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing)
|
||||||
{
|
{
|
||||||
|
@ -60,4 +60,4 @@ GtkWidget * gtk_box_new(GtkOrientation orientation, gint spacing)
|
||||||
return gtk_vbox_new(FALSE, spacing);
|
return gtk_vbox_new(FALSE, spacing);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user