From ea8fc570a178ba34ca197cbd95766ca315c93309 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Fri, 13 Nov 2009 00:40:36 -0800 Subject: [PATCH] Fixed comment, added COPYING --- COPYING | 8 ++++++++ src/tmd.c | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..573e0c5 --- /dev/null +++ b/COPYING @@ -0,0 +1,8 @@ +This is a stub file. This package has not yet had its complete licensing +information compiled. Please see the individual source files for details on +your rights to use and modify this software. + +All licensing questions regarding this software should be directed at the +NUI Group TUIO Driver Project: + +http://nuicode.com/projects/gsoc-mpx diff --git a/src/tmd.c b/src/tmd.c index c6fdc3c..c29479a 100644 --- a/src/tmd.c +++ b/src/tmd.c @@ -18,7 +18,9 @@ typedef struct _attach_info { char *m_name; } AttachInfo, *AttachInfoPtr; +/* Attach Info "root" node */ static AttachInfo ais; + static int debug = 0; static int foreground = 1; @@ -126,7 +128,7 @@ void listen(Display *dpy, int xi_opcode) { PDEBUG(" Found: %s\n", s_name); - /* This is a hack. Xtst slave devices are created and + /* This is a hack. XTEST slave devices are created and * attached to each new master device within X. If we * were to actually create a new master device for this * device we would end up with a recurring creation of -- 2.11.4.GIT