aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/XKBRdBuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/XKBRdBuf.c')
-rw-r--r--nx-X11/lib/X11/XKBRdBuf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/XKBRdBuf.c b/nx-X11/lib/X11/XKBRdBuf.c
index ca8f8e722..694d579f7 100644
--- a/nx-X11/lib/X11/XKBRdBuf.c
+++ b/nx-X11/lib/X11/XKBRdBuf.c
@@ -116,9 +116,7 @@ _XkbReadCopyData32(int *wire,long *to,int num_words)
}
return 1;
}
-#endif
-#if defined(LONG64)
int
_XkbReadBufferCopy32(XkbReadBufferPtr from,long *to,int num_words)
{
@@ -128,9 +126,7 @@ _XkbReadBufferCopy32(XkbReadBufferPtr from,long *to,int num_words)
from->data+= (4*num_words);
return True;
}
-#endif
-#ifdef LONG64
int
_XkbWriteCopyData32 (register unsigned long *from,CARD32 *to,int len)
{
@@ -142,6 +138,7 @@ _XkbWriteCopyData32 (register unsigned long *from,CARD32 *to,int len)
}
#endif /* LONG64 */
+
char *
_XkbPeekAtReadBuffer(XkbReadBufferPtr from,int size)
{