mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Tiny changes to allow them to be visualised with xv (remove empty first line).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e07b31a47d
commit
e66edeba4b
@ -1,3 +1,14 @@
|
||||
2002-01-28 Angus Leeming <a.leeming@ic.ac.uk>
|
||||
|
||||
* ams_arrows.xbm:
|
||||
* ams_misc.xbm:
|
||||
* deco.xbm:
|
||||
* font.xbm:
|
||||
* style.xbm: removed first, empty line.
|
||||
|
||||
* style.xbm: the defined height didn't match what is in the bitmap.
|
||||
It does now.
|
||||
|
||||
2002-01-28 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* style.xbm:
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#define ams2_width 150
|
||||
#define ams2_height 396
|
||||
static unsigned char const ams2_bits[] = {
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#define ams1_width 148
|
||||
#define ams1_height 60
|
||||
static unsigned char const ams1_bits[] = {
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#define deco1_width 137
|
||||
#define deco1_height 90
|
||||
static unsigned char const deco1_bits[] = {
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
#define font1_width 60
|
||||
#define font1_height 200
|
||||
static unsigned char const font1_bits[] = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
|
||||
#define style1_width 135
|
||||
#define style1_height 110
|
||||
#define style1_height 270
|
||||
static unsigned char const style1_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
|
Loading…
Reference in New Issue
Block a user