Add forgotten file

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6031 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-02-04 19:28:03 +00:00
parent 4a1069a59d
commit c49d1c9cfd
2 changed files with 35 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-02-04 Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
* images/math/rbracket.xpm: new file.
2003-02-04 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* Makefile.am (IMAGES): install banner.ppm

View File

@ -0,0 +1,31 @@
/* XPM */
static char *a[] = {
/* columns rows colors chars-per-pixel */
"3 22 3 1",
" c black",
". c black",
"X c None",
/* pixels */
"...",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"XX.",
"..."
};