summaryrefslogtreecommitdiff
path: root/include/X11
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-08-21 19:58:06 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-08-21 19:58:06 -0700
commit5d5587a36453d731e9a7353a98fa391dbb51b57d (patch)
tree6466f3105d798f3775114e80361b82800a49bf79 /include/X11
parent624b7a507cdea25cec0728b4679610df3fb3097c (diff)
Add support for bzip2 bitmap font compression
Code originally written for Solaris Xsun in 2003, ported now to current Xorg <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=4819077>
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/fonts/bufio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/X11/fonts/bufio.h b/include/X11/fonts/bufio.h
index b31b813..b5977b1 100644
--- a/include/X11/fonts/bufio.h
+++ b/include/X11/fonts/bufio.h
@@ -71,6 +71,9 @@ extern BufFilePtr BufFilePushCompressed ( BufFilePtr );
#ifdef X_GZIP_FONT_COMPRESSION
extern BufFilePtr BufFilePushZIP ( BufFilePtr );
#endif
+#ifdef X_BZIP2_FONT_COMPRESSION
+extern BufFilePtr BufFilePushBZIP2 ( BufFilePtr );
+#endif
extern int BufFileClose ( BufFilePtr, int );
extern int BufFileRead ( BufFilePtr, char*, int );
extern int BufFileWrite ( BufFilePtr, char*, int );