mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:01:16 +00:00
use char for bool
This commit is contained in:
parent
22dbbbb1f6
commit
2328f7e99a
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ typedef struct {
|
||||||
int error;
|
int error;
|
||||||
float xdpi;
|
float xdpi;
|
||||||
float ydpi;
|
float ydpi;
|
||||||
short isBigEndian;
|
char isBigEndian;
|
||||||
short is16Bit;
|
char is16Bit;
|
||||||
short is32Bit;
|
char is32Bit;
|
||||||
} NSTiffInfo;
|
} NSTiffInfo;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue