diff src/video/fbcon/SDL_fbelo.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents d910939febfa
children 99210400e8b9
line wrap: on
line diff
--- a/src/video/fbcon/SDL_fbelo.h	Thu Jul 06 18:01:37 2006 +0000
+++ b/src/video/fbcon/SDL_fbelo.h	Mon Jul 10 21:04:37 2006 +0000
@@ -34,7 +34,7 @@
 	Convert the raw coordinates from the ELO controller
 	to a screen position.
 */
-void eloConvertXY(_THIS, int *dx,  int *dy);
+void eloConvertXY(_THIS, int *dx, int *dy);
 
 /*	eloInitController(int fd)
 	Initialize the ELO serial touchscreen controller
@@ -44,12 +44,15 @@
 /*	eloParsePacket
 	extract position and button state from a packet
 */
-int eloParsePacket(unsigned char* mousebuf, int* dx, int* dy, int* button_state);
+int eloParsePacket(unsigned char *mousebuf, int *dx, int *dy,
+                   int *button_state);
 
 /*	eloReadPosition
 	read a packet and get the cursor position
 */
 
-int eloReadPosition(_THIS, int fd, int* x, int* y, int* button_state, int* realx, int* realy);
+int eloReadPosition(_THIS, int fd, int *x, int *y, int *button_state,
+                    int *realx, int *realy);
 
-#endif	/* SDL_fbelo_h */
+#endif /* SDL_fbelo_h */
+/* vi: set ts=4 sw=4 expandtab: */