[AD] EV linux driver, part 2 |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Hi Here's another patch that makes variables static in linux/lmseev.c. -- Annie --- src/linux/lmseev.c.save2 Mon Sep 6 23:46:24 2004 +++ src/linux/lmseev.c Mon Sep 6 23:47:02 2004 @@ -224,9 +224,9 @@ /* The three axis: horizontal, vertical and wheel */ -AXIS x_axis; -AXIS y_axis; -AXIS z_axis; +static AXIS x_axis; +static AXIS y_axis; +static AXIS z_axis; /*
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |