summaryrefslogtreecommitdiff
path: root/snd-gmix.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2018-06-03 22:11:52 +0200
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2018-06-03 22:11:52 +0200
commit86c75d98fdee8382e7df624576530ed1eada5993 (patch)
tree7bab5de4e0a22c10d0c239a8fd97877ea17ffef7 /snd-gmix.c
parentbe4b008536f3c28b5f025c8618ac3acb1cd065ad (diff)
New upstream version 18.4
Diffstat (limited to 'snd-gmix.c')
-rw-r--r--snd-gmix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snd-gmix.c b/snd-gmix.c
index 5a97ab8..5d693f0 100644
--- a/snd-gmix.c
+++ b/snd-gmix.c
@@ -6,7 +6,7 @@ static GtkWidget *mix_dialog = NULL;
static int mix_dialog_id = INVALID_MIX_ID, old_mix_dialog_id = INVALID_MIX_ID;
static env *dialog_env = NULL;
#if GTK_CHECK_VERSION(3, 89, 0)
-static cairo_t *mix_cr;
+static cairo_t *mix_cr = NULL;
#endif
static bool dragging = false;