From ae40f270cfbe4629c041074e2b0c28dfd3f554b8 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 3 May 2010 12:08:00 +0200 Subject: Remove all mentions of "cairo" from the code The command line option is renamed from "cairo" to "sw", and similarly all filenames and types from Cairo to Sw (and similar). --- client/red_gl_canvas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/red_gl_canvas.h') diff --git a/client/red_gl_canvas.h b/client/red_gl_canvas.h index dfe53d61..02609586 100644 --- a/client/red_gl_canvas.h +++ b/client/red_gl_canvas.h @@ -19,7 +19,7 @@ #define _H_GCANVAS #include "canvas.h" -#include "cairo_canvas.h" +#include "sw_canvas.h" #include "gl_canvas.h" #include "red_pixmap_gl.h" #include "red_window.h" -- cgit