summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
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,