diff --git a/C/src/xplaneConnect.h b/C/src/xplaneConnect.h index f9d92e9..38f18bf 100644 --- a/C/src/xplaneConnect.h +++ b/C/src/xplaneConnect.h @@ -84,7 +84,7 @@ short readRequest(struct xpcSocket recfd, float *dataRef[], short arraySizes[], struct sockaddr *recvaddr); // Screen Text - short sendTEXT(struct xpcSocket sendfd, int x, int y, char* msg); + short sendTEXT(struct xpcSocket sendfd, char* msg, int x, int y); #endif //ifdef _h