summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 19:24:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-02-14 19:24:40 +0000
commitca3293e0332bbd9fe63d6cd6bc215f048132bd08 (patch)
tree29065b3081e1df0bbb274dbe8647e6494c76ab64 /include/libcss/types.h
parent0068331a1d6989ef523fca0753bd9ad943232cdf (diff)
downloadlibcss-ca3293e0332bbd9fe63d6cd6bc215f048132bd08.tar.gz
libcss-ca3293e0332bbd9fe63d6cd6bc215f048132bd08.tar.bz2
Make fpmath stuff public.
Un-inline string->fixed conversion routine. svn path=/trunk/libcss/; revision=6513
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index 58ec792..95c28b4 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -12,6 +12,8 @@
#include <stdint.h>
#include <stdlib.h>
+#include <libcss/fpmath.h>
+
/**
* Source of charset information, in order of importance.
* A client-dictated charset will override all others.
@@ -77,10 +79,6 @@ typedef struct css_string {
/** CSS colour -- RRGGBBAA */
typedef uint32_t css_color;
-/* Fixed point type */
-/** \todo Do we want to make utils/fp*.h public? */
-typedef int32_t css_fixed;
-
/* CSS unit */
typedef enum css_unit {
CSS_UNIT_PX = 0x0,