Only in src: bealpha2.dev
Only in src: bealpha4.dev
Only in src: bealpht2.dev
Only in src: bealpht4.dev
Only in src: beos-x86.mak
Only in src: beos.dev
Only in src: beoshead.mak
Only in src: beostail.mak
diff src/contrib.mak src.ori/contrib.mak
37,42d36
< # BeOS:
< #	beos			BeOS standard non-anti-aliasing
< #	bealpha2		BeOS anti-aliasing device (2 bits for alpha channel)
< #	bealpha4		BeOS anti-aliasing device (4 bits for alpha channel)
< #	bealpht2		BeOS text only anti-aliasing device (2 bits for alpha channel)
< #	bealpht4		BeOS text only anti-aliasing device (4 bits for alpha channel)
197,220d190
< 
< ### ------------------------ The BeOS devices ------------------------ ###
< ### Note: these drivers are maintained by users: 			 ###
< ###       Original BeOS device by Jake Hamby, ported to GS 6.01	###
< ###       by Sander Stoks <sanders@sumware.demon.nl>;		### 
< ###       anti-aliasing drivers by Michael Pfeiffer <michael.pfeiffer@utanet.at>.    ###
< 
< beos.dev: $(GLOBJ)gdevbe.$(OBJ)
< 	$(SETDEV) beos $(GLOBJ)gdevbe.$(OBJ)
< 
< bealpha2.dev: $(GLOBJ)gdevbe.$(OBJ)
< 	$(SETDEV) bealpha2 $(GLOBJ)gdevbe.$(OBJ)
< 
< bealpha4.dev: $(GLOBJ)gdevbe.$(OBJ)
< 	$(SETDEV) bealpha4 $(GLOBJ)gdevbe.$(OBJ)
<  
< bealpht2.dev: $(GLOBJ)gdevbe.$(OBJ)
< 	$(SETDEV) bealpht2 $(GLOBJ)gdevbe.$(OBJ)
< 
< bealpht4.dev: $(GLOBJ)gdevbe.$(OBJ)
< 	$(SETDEV) bealpht4 $(GLOBJ)gdevbe.$(OBJ)
< 
<  $(GLOBJ)gdevbe.$(OBJ): $(GLSRC)gdevbe.cpp $(GLSRC)gdevbe.h $(GDEV)
< 	$(GLCC) $(GLO_)gdevbe.$(OBJ) $(C_) $(GLSRC)gdevbe.cpp
Only in src: gdevbe.cpp
Only in src: gdevbe.h
diff src/gsdll.c src.ori/gsdll.c
83,92d82
< 
< /*
<  *	Boy oh boy.  Someone defined "esp" and that, being a register in x86,
<  *	is used in the BeOS signal.h (included from setjmp.h), hence this awful hack
<  *	(SRMS)
<  */
< #ifdef esp
< #	define _esp_fix esp
< #	undef esp
< #endif
94,97d83
< #ifdef _esp_fix
< #	define esp _esp_fix
< #	undef _esp_fix
< #endif
diff src/gsdll.h src.ori/gsdll.h
45,49c45,46
< # ifdef _WATCOM_
< #  define GSDLLAPI GSDLLEXPORT
< # else
< #  define GSDLLAPI CALLBACK GSDLLEXPORT
< # endif
---
> #ifdef _WATCOM_
> #define GSDLLAPI GSDLLEXPORT
51,60c48,55
< # ifdef __IBMC__
< #  define GSDLLAPI _System
< # else
< #  ifdef __BEOS__
<     typedef void * HWND;
< #   define GSDLLAPI GSDLLEXPORT
< #  else
< #   define GSDLLAPI
< #  endif
< # endif
---
> #define GSDLLAPI CALLBACK GSDLLEXPORT
> #endif
> #else
> #ifdef __IBMC__
> #define GSDLLAPI _System
> #else
> #define GSDLLAPI
> #endif
Only in src: gsfront.cpp
diff src/gximag3x.c src.ori/gximag3x.c
376c376
< private int
---
> private bool
Only in src: jconfig.h
Only in src: jerror.h
Only in src: jmemsys.h
Only in src: jmorecfg.h
Only in src: jpeglib.h
