From fb1b0fab0a422e9ff8807bed12ae09abb4f0d975 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 15 Feb 2010 16:43:51 +0000 Subject: Added new type 'Binary Data' to Fluid. Use this to include an arbitrary file as a byte array into your source code. Changes to load jpegs etc. from program memory will follow. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7084 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/pixmaps/flData.xpm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 fluid/pixmaps/flData.xpm (limited to 'fluid/pixmaps') diff --git a/fluid/pixmaps/flData.xpm b/fluid/pixmaps/flData.xpm new file mode 100644 index 000000000..a01582ca2 --- /dev/null +++ b/fluid/pixmaps/flData.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static const char *flData_xpm[] = { +/* width height ncolors chars_per_pixel */ +"16 16 6 1", +/* colors */ +". c none", +"a c #000000", +"b c #c0e0c0", +"c c #000000", +" c #000000", +"- c #607006", +/* pixels */ +"................", +"................", +"...aaaaaaaaaaaaa", +"...abbbbbbbbbbbc", +"...ab b- -b bbbc", +"..abb b b b bbc.", +"..abb b- -b bbc.", +"..abbbbbbbbbbbc.", +".abbbbbbbbbbbc..", +".ab b b- -bbbc..", +".ab b b b bbbc..", +"abb b b- -bbc...", +"abbbbbbbbbbbc...", +"acccccccccccc...", +"................", +"................", +}; -- cgit v1.2.3