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