[PATCH 2/2] removed unnecessary static declaration
Dima Kogan
dkogan at secretsauce.net
Sun Nov 29 18:49:49 PST 2009
Signed-off-by: Dima Kogan <dkogan at cds.caltech.edu>
---
src/evdev.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/evdev.c b/src/evdev.c
index 28358c6..80f24f2 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -514,7 +514,7 @@ EvdevProcessRelativeMotionEvent(InputInfoPtr pInfo, struct input_event *ev)
static void
EvdevProcessAbsoluteMotionEvent(InputInfoPtr pInfo, struct input_event *ev)
{
- static int value, oldValue;
+ int value, oldValue;
EvdevPtr pEvdev = pInfo->private;
/* Get the signed value, earlier kernels had this as unsigned */
--
1.6.5.2
--MP_/9dcu9lH6rt9QuSq3tAVtKUl--
More information about the xorg-devel
mailing list