Enable Rob Lahaye to read LyX's own xpm files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4015 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-04-17 11:27:48 +00:00
parent ba73010ca1
commit 85ab2544a5
6 changed files with 24 additions and 13 deletions

View File

@ -1,3 +1,14 @@
2002-04-17 Angus Leeming <a.leeming@ic.ac.uk>
* deco.xpm
* smallcaps.xpm
* space.xpm
* sub.xpm
* super.xpm :
Rewrite any 13 char colour strings as the equivalent 7 char string,
by running them past fl_lookup_RGBcolor.
For example, "#BEFBBEFBBEFB" becomes "#bebebe".
2002-03-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr> 2002-03-18 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* style.xbm: * style.xbm:

View File

@ -1,9 +1,9 @@
/* XPM */ /* XPM */
static char const * deco[] = { static char const * deco[] = {
"20 20 3 1", "20 20 3 1",
" c #BEFBBEFBBEFB", " c #bebebe",
". c #000000000000", ". c #000000",
"X c #51445144FBEE", "X c #5050fa",
" ", " ",
" ", " ",
" ... ", " ... ",

View File

@ -1,8 +1,8 @@
/* XPM */ /* XPM */
static char const * smallcaps_xpm[] = { static char const * smallcaps_xpm[] = {
"20 20 2 1", "20 20 2 1",
" c #BFBFBFBFBFBF", " c #bfbfbf",
". c #000000000000", ". c #000000",
" ", " ",
" ", " ",
" ", " ",
@ -26,8 +26,8 @@ static char const * smallcaps_xpm[] = {
/* XPM */ /* XPM */
static char * smallcaps_xpm[] = { static char * smallcaps_xpm[] = {
"20 20 2 1", "20 20 2 1",
" c #BFBFBFBFBFBF", " c #bfbfbf",
". c #000000000000", ". c #000000",
" ", " ",
" ", " ",
" ", " ",

View File

@ -1,8 +1,8 @@
/* XPM */ /* XPM */
static char const * space_xpm[] = { static char const * space_xpm[] = {
"20 20 2 1", "20 20 2 1",
" c #BEFBBEFBBEFB", " c #bebebe",
". c #FBEE14514103", ". c #fa1440",
" ", " ",
" ", " ",
" ", " ",

View File

@ -2,8 +2,8 @@
static char const * sub_xpm[] = { static char const * sub_xpm[] = {
"20 20 3 1", "20 20 3 1",
" c None", " c None",
". c #000000000000", ". c #00000",
"X c #00000000FFFF", "X c 00ffff",
" ", " ",
" ", " ",
" ", " ",

View File

@ -2,8 +2,8 @@
static char const * super_xpm[] = { static char const * super_xpm[] = {
"20 20 3 1", "20 20 3 1",
" c None", " c None",
". c #00000000FFFF", ". c #00000",
"X c #000000000000", "X c 00ffff",
" ", " ",
" ..... ", " ..... ",
" . . ", " . . ",