From b959fe09bd3ba647515cb93f3d768850e9d7542e Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 29 Jul 2009 00:09:31 -0700 Subject: [PATCH] Fixed typos, thanks Martin --- src/tuio.c | 6 +++--- src/tuio.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tuio.c b/src/tuio.c index 4893156..7372f1d 100644 --- a/src/tuio.c +++ b/src/tuio.c @@ -75,7 +75,7 @@ static int _init_axes(DeviceIntPtr device); static int -_tuio_lo_cur2d_handle(const char *path, +_tuio_lo_2dcur_handle(const char *path, const char *types, lo_arg **argv, int argc, @@ -419,7 +419,7 @@ TuioControl(DeviceIntPtr device, /* Register to receive all /tuio/2Dcur messages */ lo_server_add_method(pTuio->server, "/tuio/2Dcur", NULL, - _tuio_lo_cur2d_handle, pInfo); + _tuio_lo_2dcur_handle, pInfo); pInfo->fd = lo_server_get_socket_fd(pTuio->server); @@ -481,7 +481,7 @@ _free_tuiodev(TuioDevicePtr pTuio) { * Handles OSC messages in the /tuio/2Dcur address space */ static int -_tuio_lo_cur2d_handle(const char *path, +_tuio_lo_2dcur_handle(const char *path, const char *types, lo_arg **argv, int argc, diff --git a/src/tuio.h b/src/tuio.h index 869d575..76062ff 100644 --- a/src/tuio.h +++ b/src/tuio.h @@ -76,7 +76,7 @@ typedef struct _TuioDevice { /** * An "Object" can represent a tuio blob or cursor (/tuio/2Dcur or - * /tuio/blob + * /tuio/2Dblb */ typedef struct _Object { struct _Object *next; -- 2.11.4.GIT