summaryrefslogtreecommitdiffstats
path: root/client/display_channel.cpp
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-24 14:30:00 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-24 14:30:00 +0200
commit9655dc30e99ee0fd75cce4de7f436849c15228d1 (patch)
tree29f027b42e3952080abbfd8a617d3f6acdf54757 /client/display_channel.cpp
parent9c504f23ef911b13cbd582d53ff104eec318100b (diff)
downloadspice-9655dc30e99ee0fd75cce4de7f436849c15228d1.tar.gz
spice-9655dc30e99ee0fd75cce4de7f436849c15228d1.tar.xz
spice-9655dc30e99ee0fd75cce4de7f436849c15228d1.zip
Remove support for clip by path
This is not supported currently anyway and was not generated before.
Diffstat (limited to 'client/display_channel.cpp')
-rw-r--r--client/display_channel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/display_channel.cpp b/client/display_channel.cpp
index 5469653c..95840b57 100644
--- a/client/display_channel.cpp
+++ b/client/display_channel.cpp
@@ -1294,7 +1294,7 @@ void DisplayChannel::set_clip_rects(const SpiceClip& clip, uint32_t& num_clip_re
num_clip_rects = 0;
clip_rects = NULL;
break;
- case SPICE_CLIP_TYPE_PATH:
+ default:
THROW("unexpected clip type");
}
}