summaryrefslogtreecommitdiff
path: root/server/sw-canvas.c
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2015-12-02 13:53:12 +0000
committerFrediano Ziglio <fziglio@redhat.com>2015-12-03 23:54:32 +0000
commit525cd67be7c54cba2fd879c958f4156df72d0f6d (patch)
tree3746a799290e1ff9d61f6c23c7206799ebc0a19a /server/sw-canvas.c
parent1ea55284d97b1c55e2b7637ef42635d162a181c5 (diff)
server: rename files
Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'server/sw-canvas.c')
-rw-r--r--server/sw-canvas.c26
1 files changed, 26 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#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