kdrive touchscreen + mouse

Robert Woerle robert at paceblade.com
Tue Nov 11 13:44:34 EET 2003


Hi

I am fighting kdrive to introduce him my touchscreen device ....
with the help of Matthew Allum
i manage to get speaking and also my protocol working .

Unfortunately until now it is either Touchscreen or mouse support ( both 
does not work ) since
we do a #ifdef`s at certain points of the compilation
like in kinput.c

#ifdef TOUCHSCREEN
static KdMouseFuncs     *kdTsFuncs;
#endif

and later in there

 case DEVICE_CLOSE:
        if (pDev->on)
        {
            pDev->on = FALSE;
            pKdPointer = 0;
            if (kdMouseFuncs)
                (*kdMouseFuncs->Fini) ();
#ifdef TOUCHSCREEN
            if (kdTsFuncs)
                (*kdTsFuncs->Fini) ();
#endif
        }
        break;

Can someone help me to get rid of these ifdefs`s and so be able to use 
touchscreen and mouse at the same time


Cheers Robert

-- 
_____________________________________
*Robert Woerle
Linux & Customer Support*
*PaceBlade Technology Europe SA*
phone: 	+49 89 552 99935
fax: 	+49 89 552 99910
mobile: 	+49 179 474 45 27
email: 	robert at paceblade.com <mailto:robert at paceblade.com>
web: 	http://www.paceblade.com
_____________________________________







More information about the xdg mailing list