diff options
author | rws <empty> | 1992-03-19 11:28:19 +0000 |
---|---|---|
committer | rws <empty> | 1992-03-19 11:28:19 +0000 |
commit | d2bdc27ff91bddc27f33e8abd00d0d7214a8700a (patch) | |
tree | f83e430f444c19bf140cbff61e42b9ed8d4cb94e /xc/include | |
parent | e4b7cabda5e29b4573691ec5de72e9fb08bb3e85 (diff) |
add XTestFakeRelativeMotionEvent
Diffstat (limited to 'xc/include')
-rw-r--r-- | xc/include/extensions/XTest.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/xc/include/extensions/XTest.h b/xc/include/extensions/XTest.h index 2e90d8d39..7dc9c1100 100644 --- a/xc/include/extensions/XTest.h +++ b/xc/include/extensions/XTest.h @@ -1,4 +1,4 @@ -/* $XConsortium: XTest.h,v 1.1 92/01/25 16:33:27 rws Exp $ */ +/* $XConsortium: XTest.h,v 1.2 92/02/01 15:05:45 rws Exp $ */ /* Copyright 1992 by the Massachusetts Institute of Technology @@ -75,6 +75,15 @@ extern XTestFakeMotionEvent( #endif ); +extern XTestFakeRelativeMotionEvent( +#if NeedFunctionPrototypes + Display* /* dpy */, + int /* x */, + int /* y */, + unsigned long /* delay */ +#endif +); + void XTestSetGContextOfGC( #if NeedFunctionPrototypes GC /* gc */, |