mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
volume: make global vars static
This commit is contained in:
parent
69fc8e9ffc
commit
76d455825d
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@
|
|||
#include <gtk/gtk.h>
|
||||
|
||||
/* global pointer for the scale widget */
|
||||
GtkWidget *elapsed;
|
||||
GtkWidget *scale;
|
||||
static GtkWidget *elapsed;
|
||||
static GtkWidget *scale;
|
||||
|
||||
#ifndef M_LN10
|
||||
#define M_LN10 (log(10.0))
|
||||
|
|
Loading…
Reference in a new issue