mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Made the params[] array in synclient.c static.
This commit is contained in:
@@ -42,7 +42,7 @@ struct Parameter {
|
||||
#define DEFINE_PAR(name, memb, type, min_val, max_val) \
|
||||
{ name, offsetof(SynapticsSHM, memb), (type), (min_val), (max_val) }
|
||||
|
||||
struct Parameter params[] = {
|
||||
static struct Parameter params[] = {
|
||||
DEFINE_PAR("LeftEdge", left_edge, PT_INT, 0, 10000),
|
||||
DEFINE_PAR("RightEdge", right_edge, PT_INT, 0, 10000),
|
||||
DEFINE_PAR("TopEdge", top_edge, PT_INT, 0, 10000),
|
||||
|
||||
Reference in New Issue
Block a user