From 32209a6dfdebd7ea27e411f1e43a0109ad5e58a6 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 10 Jan 2018 23:28:50 +0100 Subject: [PATCH] options_video: be able to have multiple instances --- src/bin/options_video.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/options_video.c b/src/bin/options_video.c index 8baae484..f3f83d38 100644 --- a/src/bin/options_video.c +++ b/src/bin/options_video.c @@ -8,8 +8,6 @@ #include "main.h" -static Evas_Object *op_vidmod; - static void _cb_op_video_mute_chg(void *data, Evas_Object *obj, @@ -51,7 +49,7 @@ _cb_op_video_vidmod_chg(void *data, void options_video(Evas_Object *opbox, Evas_Object *term) { - Evas_Object *o, *fr, *bx0; + Evas_Object *o, *fr, *bx0, *op_vidmod; Config *config = termio_config_get(term); fr = o = elm_frame_add(opbox);