Die XTESTEXT1, die!

This commit is contained in:
Daniel Stone 2006-06-01 18:47:47 +00:00
commit a73e0f8cdf
16 changed files with 24 additions and 3000 deletions

View file

@ -177,28 +177,3 @@ InitInput (int argc, char *argv[])
winDebug ("InitInput - returning\n");
#endif
}
#ifdef XTESTEXT1
void
XTestGenerateEvent (int dev_type, int keycode, int keystate,
int mousex, int mousey)
{
ErrorF ("XTestGenerateEvent\n");
}
void
XTestGetPointerPos (short *fmousex, short *fmousey)
{
ErrorF ("XTestGetPointerPos\n");
}
void
XTestJumpPointer (int jx, int jy, int dev_type)
{
ErrorF ("XTestJumpPointer\n");
}
#endif