diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2008-04-28 20:02:07 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2008-04-28 20:02:07 +0800 |
commit | 55339b757b543543c1ac1a470eef9099ebc2fb0d (patch) | |
tree | 6324534bc0dbe11311d8cf198f85047ea5422a22 /gesture.c | |
parent | 047003f85658f0cd62714cb3b90f089a7a3af0c0 (diff) | |
download | wiimote-55339b757b543543c1ac1a470eef9099ebc2fb0d.tar.gz wiimote-55339b757b543543c1ac1a470eef9099ebc2fb0d.tar.bz2 |
* Declare that as an extern int and not multiple static ints
Diffstat (limited to 'gesture.c')
-rw-r--r-- | gesture.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ #include "compiz-wiimote.h" #include "wiimote_options.h" -static int wiimoteDisplayPrivateIndex; - /* Gesturing and gesture checking --------------------------------------------- */ #define CHECK_BUTTON(a,b,c,e) \ |