diff options
Diffstat (limited to 'kernel/kls_ttf/ftview/grblit.h')
-rw-r--r-- | kernel/kls_ttf/ftview/grblit.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kernel/kls_ttf/ftview/grblit.h b/kernel/kls_ttf/ftview/grblit.h new file mode 100644 index 0000000..4d0b6e5 --- /dev/null +++ b/kernel/kls_ttf/ftview/grblit.h @@ -0,0 +1,25 @@ +/****************************************************************************/ +/* */ +/* The FreeType project -- a free and portable quality TrueType renderer. */ +/* */ +/* Copyright 1996-1999 by */ +/* D. Turner, R.Wilhelm, and W. Lemberg */ +/* */ +/* blitter.h: Support for blitting of bitmaps with various depth. */ +/* */ +/****************************************************************************/ + +#ifndef GRBLIT_H +#define GRBLIT_H + +#include "grobjs.h" + + int grBlitMono( grBitmap* target, + grBitmap* source, + int x_offset, + int y_offset, + grColor color ); + + +#endif /* GRBLIT_H */ +/* End */ |