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/sw_canvas.cpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 client/sw_canvas.cpp (limited to 'client/sw_canvas.cpp') diff --git a/client/sw_canvas.cpp b/client/sw_canvas.cpp new file mode 100644 index 00000000..33ec2726 --- /dev/null +++ b/client/sw_canvas.cpp @@ -0,0 +1,24 @@ +/* + Copyright (C) 2009 Red Hat, Inc. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see . +*/ + +#include "common.h" +#include "utils.h" + +#define CANVAS_ERROR(format, ...) THROW(format, ## __VA_ARGS__) + +#include "../common/sw_canvas.c" + -- cgit