Work around gcc stupidity
With -Wc++-compat, gcc warns about 'and' even in contexts where it poses absolutely no danger. https://bugzilla.gnome.org/show_bug.cgi?id=726136
This commit is contained in:
parent
63fe6de94d
commit
8d07911d73
@ -946,7 +946,8 @@ GDK_AVAILABLE_IN_ALL
|
|||||||
void gtk_widget_set_allocation (GtkWidget *widget,
|
void gtk_widget_set_allocation (GtkWidget *widget,
|
||||||
const GtkAllocation *allocation);
|
const GtkAllocation *allocation);
|
||||||
|
|
||||||
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width and gtk_widget_get_preferred_height)
|
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_get_preferred_width & gtk_widget_get_preferred_height)
|
||||||
|
|
||||||
void gtk_widget_get_requisition (GtkWidget *widget,
|
void gtk_widget_get_requisition (GtkWidget *widget,
|
||||||
GtkRequisition *requisition);
|
GtkRequisition *requisition);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user