summaryrefslogtreecommitdiff
path: root/src/AutoRep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/AutoRep.c')
-rw-r--r--src/AutoRep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AutoRep.c b/src/AutoRep.c
index beb9a8f1..bbc30e70 100644
--- a/src/AutoRep.c
+++ b/src/AutoRep.c
@@ -24,9 +24,11 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
+/* $XFree86: xc/lib/X11/AutoRep.c,v 1.4 2001/12/14 19:53:56 dawes Exp $ */
#include "Xlibint.h"
+int
XAutoRepeatOn (dpy)
register Display *dpy;
{
@@ -36,6 +38,7 @@ register Display *dpy;
return 1;
}
+int
XAutoRepeatOff (dpy)
register Display *dpy;
{