mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtudecfonted: Resolve CID 86417
This commit is contained in:
parent
343a78b225
commit
9e849c3f25
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ static Bool getAccel() ;
|
||||||
static Bool getProperties() ;
|
static Bool getProperties() ;
|
||||||
static void putPtn() ;
|
static void putPtn() ;
|
||||||
static void ByteSwap() ;
|
static void ByteSwap() ;
|
||||||
static int invertBits() ;
|
static void invertBits() ;
|
||||||
|
|
||||||
static int getINT16() ;
|
static int getINT16() ;
|
||||||
static int getINT32() ;
|
static int getINT32() ;
|
||||||
|
@ -1288,7 +1288,7 @@ register int nbytes;
|
||||||
*buf = rev[*buf];
|
*buf = rev[*buf];
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static void
|
||||||
invertBits( src, format, width, height, dest)
|
invertBits( src, format, width, height, dest)
|
||||||
char *src;
|
char *src;
|
||||||
CARD32 format;
|
CARD32 format;
|
||||||
|
|
Loading…
Reference in a new issue