]> 4ch.mooo.com Git - 16.git/blobdiff - 16/xlib/xcbitm32.h
added xlib to the project and i gotta convert the damn makefile -.-
[16.git] / 16 / xlib / xcbitm32.h
diff --git a/16/xlib/xcbitm32.h b/16/xlib/xcbitm32.h
new file mode 100755 (executable)
index 0000000..f43c594
--- /dev/null
@@ -0,0 +1,34 @@
+/*-----------------------------------------------------------------------\r
+;\r
+; XCBITM32 - header file\r
+;\r
+;   This module was written by Matthew MacKenzie\r
+;   matm@eng.umd.edu\r
+;\r
+;\r
+; ****** XLIB - Mode X graphics library                ****************\r
+; ******                                               ****************\r
+; ****** Written By Themie Gouthas                     ****************\r
+;\r
+; egg@dstos3.dsto.gov.au\r
+; teg@bart.dsto.gov.au\r
+;\r
+;----------------------------------------------------------------------*/\r
+/* Notice that there is no function in this module to plot a\r
+   compiled bitmap.  Use x_put_cbitmap in module XCBITMAP. */\r
+\r
+/* This module is only for 386+ class computers. */\r
+\r
+#ifndef _XCBITM32_H_\r
+#define _XCBITM32_H_\r
+\r
+extern int x_compile_bitmap_32 (      /* Compile a linear bitmap to generate  */\r
+                         WORD logical_screen_width, /* machine code to plot it at any */\r
+                         char far * bitmap,      /* required screen coordinates FAST. */\r
+                         char far * output);\r
+\r
+extern int x_sizeof_cbitmap_32 (        /* Find the size of the code which a  */\r
+                         WORD logical_screen_width, /* bitmap would result in, if it  */\r
+                         char far * bitmap);  /* were compiled (used for allocation). */\r
+\r
+#endif\r