diff src/video/ataricommon/SDL_xbiosevents_c.h @ 1310:a201a8c62522

Add flag to post mouse button events or not, and use defined function to post them
author Patrice Mandin <patmandin@gmail.com>
date Tue, 31 Jan 2006 21:33:35 +0000
parents b8d311d90021
children c9b51268668f
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_xbiosevents_c.h	Tue Jan 31 19:46:26 2006 +0000
+++ b/src/video/ataricommon/SDL_xbiosevents_c.h	Tue Jan 31 21:33:35 2006 +0000
@@ -46,6 +46,6 @@
 
 extern void SDL_AtariXbios_InstallVectors(int vectors_mask);
 extern void SDL_AtariXbios_RestoreVectors(void);
-extern void SDL_AtariXbios_PostMouseEvents(_THIS);
+extern void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents);
 
 #endif /* _SDL_XBIOSEVENTS_H_ */