From 525cd67be7c54cba2fd879c958f4156df72d0f6d Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 2 Dec 2015 13:53:12 +0000 Subject: server: rename files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Signed-off-by: Frediano Ziglio Acked-by: Jonathon Jongsma --- server/sw-canvas.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 server/sw-canvas.c (limited to 'server/sw-canvas.c') diff --git a/server/sw-canvas.c b/server/sw-canvas.c new file mode 100644 index 00000000..0ef050ed --- /dev/null +++ b/server/sw-canvas.c @@ -0,0 +1,26 @@ +/* + Copyright (C) 2011 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 . +*/ +#ifdef HAVE_CONFIG_H +#include +#endif + +#include "common/spice_common.h" + +#include "sw-canvas.h" +#define SW_CANVAS_IMAGE_CACHE +#include "common/sw_canvas.c" +#undef SW_CANVAS_IMAGE_CACHE -- cgit v1.2.3