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

Collapse All | Expand All

(-)render/color-ed.cpp (-1 / +1 lines)
Lines 180-186 Link Here
180
protected:
180
protected:
181
	EDColorModel& cm_;
181
	EDColorModel& cm_;
182
	virtual void update();
182
	virtual void update();
183
	virtual void disable() { method_ = &PseudoWindowRenderer::dither_null; }
183
	virtual void disable() { method_ = &EDWindowRenderer::dither_null; }
184
	EDMethod method_;
184
	EDMethod method_;
185
	void dither_422(const u_char* frm, u_int off, u_int x,
185
	void dither_422(const u_char* frm, u_int off, u_int x,
186
			u_int width, u_int height) const;
186
			u_int width, u_int height) const;

Return to bug 75066