summaryrefslogtreecommitdiff
path: root/include/libnsfb.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-09 00:11:35 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-09 00:11:35 +0000
commitda9f17aa78b7b41424a546a2cf8b2a785f9a030f (patch)
tree6d82a9d79ee3618023940ef3052c6e4fc13911eb /include/libnsfb.h
parentfd3c7753435658a6aeebf1b68d18178a6c7cf57d (diff)
downloadlibnsfb-da9f17aa78b7b41424a546a2cf8b2a785f9a030f.tar.gz
libnsfb-da9f17aa78b7b41424a546a2cf8b2a785f9a030f.tar.bz2
strip legacy plotter interface
cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798
Diffstat (limited to 'include/libnsfb.h')
-rw-r--r--include/libnsfb.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/libnsfb.h b/include/libnsfb.h
index 41490ad..8174350 100644
--- a/include/libnsfb.h
+++ b/include/libnsfb.h
@@ -15,21 +15,6 @@
typedef struct nsfb_cursor_s nsfb_cursor_t;
typedef struct nsfb_s nsfb_t;
-
-/** representation of a colour.
- *
- * The colour value comprises of four components arranged in the order ABGR:
- * bits 24-31 are the alpha value and represent the opacity. 0 is
- * transparent i.e. there would be no change in the target surface if
- * this colour were to be used and 0xFF is opaque.
- *
- * bits 16-23 are the Blue component of the colour.
- *
- * bits 8-15 are the Green component of the colour.
- *
- * bits 0-7 are the Red component of the colour.
- */
-typedef uint32_t nsfb_colour_t;
typedef struct nsfb_event_s nsfb_event_t;
/** co-ordinate for plotting operations */