summaryrefslogtreecommitdiff
path: root/lbximage.h
diff options
context:
space:
mode:
Diffstat (limited to 'lbximage.h')
-rw-r--r--lbximage.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/lbximage.h b/lbximage.h
index 8949030..cc6faa3 100644
--- a/lbximage.h
+++ b/lbximage.h
@@ -25,10 +25,15 @@ 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/include/extensions/lbximage.h,v 1.4 2001/12/20 19:28:54 tsi Exp $ */
#ifndef _LBX_IMAGE_H_
#define _LBX_IMAGE_H_
+#include <X11/Xfuncproto.h>
+
+_XFUNCPROTOBEGIN
+
typedef struct _LbxBitmapCompMethod {
char *methodName;
@@ -110,7 +115,6 @@ typedef struct _LbxPixmapCompMethod {
} LbxPixmapCompMethod;
-
extern int LbxImageEncodePackBits (
#if NeedFunctionPrototypes
char * /* inbuf */,
@@ -157,6 +161,7 @@ int /* reverse_bits */
#endif
);
+_XFUNCPROTOEND
#define LBX_IMAGE_COMPRESS_SUCCESS 0
#define LBX_IMAGE_COMPRESS_NO_SUPPORT 1