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

Collapse All | Expand All

(-)render/color-mono.cpp (-1 / +1 lines)
Lines 250-256 Link Here
250
protected:
250
protected:
251
	MonoColorModel& cm_;
251
	MonoColorModel& cm_;
252
	virtual void update();
252
	virtual void update();
253
	virtual void disable() { method_ = &WindowDitherer::dither_null; }
253
	virtual void disable() { method_ = &MonoWindowRenderer::dither_null; }
254
	MonoMethod method_;
254
	MonoMethod method_;
255
	void dither(const u_char* frm, u_int off, u_int x,
255
	void dither(const u_char* frm, u_int off, u_int x,
256
		    u_int width, u_int height) const;
256
		    u_int width, u_int height) const;

Return to bug 75066