mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Hide irrelevant gtk messages from casual users
This commit is contained in:
parent
5c3bcd608f
commit
62d47d63a6
1 changed files with 6 additions and 0 deletions
|
|
@ -541,7 +541,9 @@ gtk_drag_dest_set_proxy (GtkWidget *widget,
|
||||||
GdkDragProtocol protocol,
|
GdkDragProtocol protocol,
|
||||||
gboolean use_coordinates)
|
gboolean use_coordinates)
|
||||||
{
|
{
|
||||||
|
#ifndef NDEBUG
|
||||||
g_warning ("gtk_drag_dest_set_proxy is not supported on Mac OS X.");
|
g_warning ("gtk_drag_dest_set_proxy is not supported on Mac OS X.");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
@ -1687,7 +1689,9 @@ gtk_drag_set_icon_widget (GdkDragContext *context,
|
||||||
g_return_if_fail (context->is_source);
|
g_return_if_fail (context->is_source);
|
||||||
g_return_if_fail (GTK_IS_WIDGET (widget));
|
g_return_if_fail (GTK_IS_WIDGET (widget));
|
||||||
|
|
||||||
|
#ifndef NDEBUG
|
||||||
g_warning ("gtk_drag_set_icon_widget is not supported on Mac OS X");
|
g_warning ("gtk_drag_set_icon_widget is not supported on Mac OS X");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
@ -1885,7 +1889,9 @@ gtk_drag_set_default_icon (GdkColormap *colormap,
|
||||||
gint hot_x,
|
gint hot_x,
|
||||||
gint hot_y)
|
gint hot_y)
|
||||||
{
|
{
|
||||||
|
#ifndef NDEBUG
|
||||||
g_warning ("gtk_drag_set_default_icon is not supported on Mac OS X.");
|
g_warning ("gtk_drag_set_default_icon is not supported on Mac OS X.");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue