View | Details | Raw Unified | Return to bug 75066 | Differences between
and this patch

Collapse All | Expand All

(-)render/color-true.cpp (-2 / +2 lines)
Lines 216-222 Link Here
216
    }
216
    }
217
protected:
217
protected:
218
	virtual void update();
218
	virtual void update();
219
	virtual void disable() { method_ = True24Method(&WindowRenderer::dither_null); }
219
	virtual void disable() { method_ = True24Method(&TrueWindowRenderer24::dither_null); }
220
	True24Method method_;
220
	True24Method method_;
221
    
221
    
222
	void map_422(const u_char* frm, u_int off, u_int x,
222
	void map_422(const u_char* frm, u_int off, u_int x,
Lines 264-270 Link Here
264
    }
264
    }
265
protected:
265
protected:
266
	virtual void update();
266
	virtual void update();
267
	virtual void disable() { method_ = True32Method(&WindowRenderer::dither_null); }
267
	virtual void disable() { method_ = True32Method(&TrueWindowRenderer32::dither_null); }
268
	True32Method method_;
268
	True32Method method_;
269
269
270
	void map_422(const u_char* frm, u_int off, u_int x,
270
	void map_422(const u_char* frm, u_int off, u_int x,

Return to bug 75066