summaryrefslogtreecommitdiff
path: root/snd-gmix.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2019-07-15 09:35:22 +0200
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2019-07-15 09:35:22 +0200
commit94956cdc4da818e7e277696625e6732ed54b71bc (patch)
treea37959b17b9648dbf02c1159255479e1028f0837 /snd-gmix.c
parentd38474bc2411ceea33e718a81ba3d56b627a114a (diff)
New upstream version 19.4
Diffstat (limited to 'snd-gmix.c')
-rw-r--r--snd-gmix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/snd-gmix.c b/snd-gmix.c
index 5d693f0..75a6741 100644
--- a/snd-gmix.c
+++ b/snd-gmix.c
@@ -582,11 +582,13 @@ static void mix_play_callback(GtkWidget *w, gpointer context)
#if (GTK_CHECK_VERSION(3, 89, 0))
static void mix_play_pix_expose(GtkDrawingArea *w, cairo_t *cr, int width, int height, gpointer data)
{
+#if (!GTK_CHECK_VERSION(3, 94, 0))
if ((mix_play_ax) && (GDK_IS_WINDOW(mix_play_ax->wn)))
{
cairo_set_source_surface(cr, snd_icon(SND_PNG_SPEAKER), 0, 0);
cairo_paint(cr);
}
+#endif
}
#else
static gboolean mix_play_pix_expose(GtkWidget *w, GdkEventExpose *ev, gpointer data)