summaryrefslogtreecommitdiff
path: root/src/GetImage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GetImage.c')
-rw-r--r--src/GetImage.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/GetImage.c b/src/GetImage.c
index ab665d81..9ffef9ed 100644
--- a/src/GetImage.c
+++ b/src/GetImage.c
@@ -24,11 +24,16 @@ 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/GetImage.c,v 1.4 2001/12/14 19:54:00 dawes Exp $ */
#define NEED_REPLIES
#include "Xlibint.h"
#include <X11/Xutil.h> /* for XDestroyImage */
+/* ImUtil.c */
+extern int _XGetScanlinePad();
+extern int _XSetImage();
+
#define ROUNDUP(nbytes, pad) (((((nbytes) - 1) + (pad)) / (pad)) * (pad))
static unsigned int Ones(mask) /* HACKMEM 169 */