diff options
author | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-12-11 22:15:21 +0900 |
---|---|---|
committer | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-12-11 22:15:21 +0900 |
commit | 5737cc32256ce2c9c3a668bb49b887778e9b1223 (patch) | |
tree | 1a952646b0aae0c4ca98585bfd2a51ee5a2b2892 /connect.c | |
parent | 6a92e23f513d6c465844db1d24a888c07c63c141 (diff) | |
download | wiimote-5737cc32256ce2c9c3a668bb49b887778e9b1223.tar.gz wiimote-5737cc32256ce2c9c3a668bb49b887778e9b1223.tar.bz2 |
* Fix incorrect extern declaration
Diffstat (limited to 'connect.c')
-rw-r--r-- | connect.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ #include "compiz-wiimote.h" #include "wiimote_options.h" +int wiimoteDisplayPrivateIndex; + /* Wii Remote Connection / Handling --------------------------------------------------- */ /* Allocate a callback function */ |