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:  [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
web:    http://www.paceblade.com
_____________________________________




_______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Reply via email to