aboutsummaryrefslogtreecommitdiffstats
path: root/fbtruetype/ttf.h
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-01-21 16:42:06 +0000
committerFlorent Villard <warly@mandriva.com>2004-01-21 16:42:06 +0000
commit5ba2cbc09292a179e6ea1df36321b055aa2d7052 (patch)
treee339c38a774d338459682d48e8b7e93f98b99c30 /fbtruetype/ttf.h
parent310345298a52363e2627a714c9ad21216c6ce369 (diff)
downloadbootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar.gz
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar.bz2
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.tar.xz
bootsplash-5ba2cbc09292a179e6ea1df36321b055aa2d7052.zip
sync with bootsplash.org code. fix freetype build
Diffstat (limited to 'fbtruetype/ttf.h')
-rw-r--r--fbtruetype/ttf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fbtruetype/ttf.h b/fbtruetype/ttf.h
index 5df66fa..b5e3e55 100644
--- a/fbtruetype/ttf.h
+++ b/fbtruetype/ttf.h
@@ -10,11 +10,9 @@
/* Handy routines for converting from fixed point */
#define FT_FLOOR(X) ((X & -64) / 64)
#define FT_CEIL(X) (((X + 63) & -64) / 64)
-
+
typedef struct _TTF_Font TTF_Font;
#define LUXISRI_SIZE 66372
extern char luxisri_ttf[LUXISRI_SIZE];
-
-