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

Collapse All | Expand All

(-)render/color-quant.cpp (-1 / +1 lines)
Lines 92-98 Link Here
92
protected:
92
protected:
93
	QuantColorModel& cm_;
93
	QuantColorModel& cm_;
94
	virtual void update();
94
	virtual void update();
95
	virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
95
	virtual void disable() { method_ = &QuantWindowRenderer::dither_null; }
96
	QuantMethod method_;
96
	QuantMethod method_;
97
	void map_422(const u_char* frm, u_int off, u_int x,
97
	void map_422(const u_char* frm, u_int off, u_int x,
98
		     u_int width, u_int height) const;
98
		     u_int width, u_int height) const;

Return to bug 75066