mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 12:45:54 +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>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
/* global pointer for the scale widget */
|
/* global pointer for the scale widget */
|
||||||
GtkWidget *elapsed;
|
static GtkWidget *elapsed;
|
||||||
GtkWidget *scale;
|
static GtkWidget *scale;
|
||||||
|
|
||||||
#ifndef M_LN10
|
#ifndef M_LN10
|
||||||
#define M_LN10 (log(10.0))
|
#define M_LN10 (log(10.0))
|
||||||
|
|
Loading…
Reference in a new issue