Fri Jan 28 14:24:27 PST 2000

(KainX)

Fixed issues on platforms with unsigned chars.


SVN revision: 1995
This commit is contained in:
Michael Jennings 2000-01-28 22:24:51 +00:00
parent 4cc3145970
commit dcbcf4a4e4
2 changed files with 11 additions and 4 deletions

View File

@ -4184,3 +4184,10 @@ Fri Jan 28 10:30:51 PST 2000
(Raster)
now that was silly - setting mode.xselect afterwards to 1 again,..
-------------------------------------------------------------------------------
Fri Jan 28 14:24:27 PST 2000
(KainX)
Fixed issues on platforms with unsigned chars.

View File

@ -764,7 +764,7 @@ typedef struct _winpart
ActionClass *aclass;
TextClass *tclass;
ECursor *ec;
char ontop;
signed char ontop;
int flags;
char keep_for_shade;
}
@ -949,7 +949,7 @@ typedef struct _button
ActionClass *aclass;
TextClass *tclass;
char *label;
char ontop;
signed char ontop;
int flags;
char sticky;
int desktop;
@ -991,7 +991,7 @@ struct _strip
char *name;
int xabs, yabs;
int xrel, yrel;
char ontop;
signed char ontop;
char sticky;
int desktop;
char orientation;
@ -1201,7 +1201,7 @@ typedef struct _emode
char manual_placement;
char raise_on_next_focus;
char raise_after_next_focus;
char display_warp;
signed char display_warp;
char warp_on_next_focus;
char warp_after_next_focus;
int edge_flip_resistance;