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

Collapse All | Expand All

(-)render/color-dither.cpp (-1 / +1 lines)
Lines 177-183 Link Here
177
protected:
177
protected:
178
	DitherColorModel& cm_;
178
	DitherColorModel& cm_;
179
	virtual void update();
179
	virtual void update();
180
	virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
180
	virtual void disable() { method_ = &DitherWindowRenderer::dither_null; }
181
	DitherMethod method_;
181
	DitherMethod method_;
182
	void dither_422(const u_char* frm, u_int off, u_int x,
182
	void dither_422(const u_char* frm, u_int off, u_int x,
183
			u_int width, u_int height) const;
183
			u_int width, u_int height) const;

Return to bug 75066