Changeset cee0ded7ef234f8bc6daf50162d64571af5fe3e1
- Timestamp:
- 04/04/07 03:38:51 (5 years ago)
- Author:
- dsmith <dsmith@…>
- git-author:
- L. Donnie Smith <donnie.smith@gatech.edu> / 2007-04-04T03:38:51Z+0000
- Parents:
- 7821eb9b9dd2933b79ac15e9c2d17f707421a299
- Children:
- cbf9cd9c8991958896657e4b283d285f5125981b
- git-committer:
- dsmith <dsmith@918edb2d-ff29-0410-9de2-eb38e7f22bc7> / 2007-04-04T03:38:51Z+0000
- Message:
-
commented wmgui's custom wiimote_err (#19)
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@62 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r7821eb9
|
rcee0ded
|
|
| 2 | 2 | wiimote |
| 3 | 3 | * fixed wiimote_find_wiimote seg fault |
| | 4 | |
| | 5 | wmgui |
| | 6 | * commented custom wiimote_err (causing Xlib errors) |
| 4 | 7 | |
| 5 | 8 | 2007-04-02 L. Donnie Smith <cwiid@abstrakraft.org> |
-
|
ra8b4be2
|
rcee0ded
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| | 18 | * 04/03/2007 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 19 | * * commented custom wiimote_err (causing Xlib errors) |
| | 20 | * |
| 18 | 21 | * 03/01/2007 L. Donnie Smith <cwiid@abstrakraft.rg> |
| 19 | 22 | * * Initial Changelog |
| … |
… |
|
| 170 | 173 | #define USAGE "usage:%s [-h] [BDADDR]\n" |
| 171 | 174 | |
| | 175 | /* |
| 172 | 176 | wiimote_err_t err; |
| 173 | 177 | |
| … |
… |
|
| 176 | 180 | message(GTK_MESSAGE_ERROR, s, GTK_WINDOW(winMain)); |
| 177 | 181 | } |
| | 182 | */ |
| 178 | 183 | |
| 179 | 184 | int main (int argc, char *argv[]) |
| … |
… |
|
| 191 | 196 | gdk_threads_enter(); |
| 192 | 197 | |
| 193 | | wiimote_set_err(err); |
| | 198 | /* wiimote_set_err(err); */ |
| 194 | 199 | |
| 195 | 200 | /* Parse Options */ |