volume: make global vars static
This commit is contained in:
parent
69fc8e9ffc
commit
76d455825d
@ -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…
x
Reference in New Issue
Block a user