mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
Die XTESTEXT1, die!
This commit is contained in:
parent
fc5ca97284
commit
a73e0f8cdf
16 changed files with 24 additions and 3000 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue