*** empty log message ***

svn path=/trunk/boinc/; revision=10315
This commit is contained in:
David Anderson 2006-06-12 16:22:43 +00:00
parent 0f28904e41
commit e23f91745c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ extern void app_graphics_reread_prefs(void);
// called in the graphics thread
extern void app_graphics_resize(int width, int height);
extern void boinc_app_mouse_button(int x, int y, int which, int is_down);
extern void boinc_app_mouse_move(int x, int y, bool left, int middle, int right);
extern void boinc_app_mouse_move(int x, int y, int left, int middle, int right);
extern void boinc_app_key_press(int, int);
extern void boinc_app_key_release(int, int);