Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132389 | Differences between
and this patch

Collapse All | Expand All

(-)avp/win95/gadgets/trepgadg.hpp.old (-2 / +2 lines)
Lines 56-67 Link Here
56
			int FixP_Alpha
56
			int FixP_Alpha
57
		);
57
		);
58
58
59
		struct r2pos TextReportGadget :: GetPos_Rel
59
		struct r2pos GetPos_Rel
60
		(
60
		(
61
			const struct r2rect& R2Rect_Parent
61
			const struct r2rect& R2Rect_Parent
62
		) const;
62
		) const;
63
63
64
		r2size TextReportGadget :: GetSize
64
		r2size GetSize
65
		(
65
		(
66
			const struct r2rect& R2Rect_Parent
66
			const struct r2rect& R2Rect_Parent
67
		) const;
67
		) const;
(-)win95/chunk.hpp.old (-1 / +1 lines)
Lines 365-371 Link Here
365
	virtual void fill_data_block_for_process(char * data_start);	
365
	virtual void fill_data_block_for_process(char * data_start);	
366
366
367
367
368
	Chunk* Chunk_With_Children::DynCreate(const char* data);
368
	Chunk* DynCreate(const char* data);
369
369
370
protected:
370
protected:
371
371
(-)win95/chnkload.hpp.old (+1 lines)
Lines 41-46 Link Here
41
							const ChunkObject* object=0	  //object used so that conversion from float to int can be done in world coordinates
41
							const ChunkObject* object=0	  //object used so that conversion from float to int can be done in world coordinates
42
							);
42
							);
43
							
43
							
44
class Sprite_Header_Chunk;
44
extern BOOL copy_sprite_to_shapeheader (RIFFHANDLE, SHAPEHEADER *& shphd,Sprite_Header_Chunk* shc, int listpos = GLS_NOTINLIST);
45
extern BOOL copy_sprite_to_shapeheader (RIFFHANDLE, SHAPEHEADER *& shphd,Sprite_Header_Chunk* shc, int listpos = GLS_NOTINLIST);
45
46
46
47
(-)avp/win95/projload.hpp.old (+1 lines)
Lines 54-59 Link Here
54
struct hierarchy_variant_data;
54
struct hierarchy_variant_data;
55
};
55
};
56
56
57
class File_Chunk;
57
class Global_Hierarchy_Store
58
class Global_Hierarchy_Store
58
{
59
{
59
60
(-)win95/chunkpal.hpp.old (-1 / +1 lines)
Lines 549-555 Link Here
549
class Environment_Game_Mode_Chunk;
549
class Environment_Game_Mode_Chunk;
550
class Environment_Game_Mode_Header_Chunk;
550
class Environment_Game_Mode_Header_Chunk;
551
551
552
552
class Environment_Data_Chunk;
553
553
554
class Environment_Game_Mode_Chunk : public Chunk_With_Children
554
class Environment_Game_Mode_Chunk : public Chunk_With_Children
555
{
555
{

Return to bug 132389