mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtudcfonted: Resolve CID 86391
This commit is contained in:
parent
0669358b82
commit
343a78b225
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ static Bool seekToType() ;
|
||||||
static void getMetric() ;
|
static void getMetric() ;
|
||||||
static Bool getAccel() ;
|
static Bool getAccel() ;
|
||||||
static Bool getProperties() ;
|
static Bool getProperties() ;
|
||||||
static int putPtn() ;
|
static void putPtn() ;
|
||||||
static void ByteSwap() ;
|
static void ByteSwap() ;
|
||||||
static int invertBits() ;
|
static int invertBits() ;
|
||||||
|
|
||||||
|
@ -1197,7 +1197,7 @@ unsigned int glyphPad;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static
|
static void
|
||||||
putPtn( bits, width, height)
|
putPtn( bits, width, height)
|
||||||
unsigned char *bits; /* 1 byte boundary , no byte swap data */
|
unsigned char *bits; /* 1 byte boundary , no byte swap data */
|
||||||
int width, height;
|
int width, height;
|
||||||
|
|
Loading…
Reference in a new issue