mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 17:39:58 +00:00
1ac3b26241
- Vert.xpm: rename to vert.xpm (what it actually is) - Vert.xpm: add correct symbol git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@24170 a592a061-630c-0410-9148-cb99ea01b6c8
29 lines
276 B
C
29 lines
276 B
C
/* XPM */
|
|
static char *vert[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"3 19 3 1",
|
|
" c black",
|
|
". c gray100",
|
|
"X c None",
|
|
/* pixels */
|
|
"XXX",
|
|
"XXX",
|
|
"XXX",
|
|
"XXX",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X",
|
|
"X X"
|
|
};
|