diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-06-24 14:30:00 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-24 14:30:00 +0200 |
commit | 9655dc30e99ee0fd75cce4de7f436849c15228d1 (patch) | |
tree | 29f027b42e3952080abbfd8a617d3f6acdf54757 /client | |
parent | 9c504f23ef911b13cbd582d53ff104eec318100b (diff) |
Remove support for clip by path
This is not supported currently anyway and was not generated before.
Diffstat (limited to 'client')
-rw-r--r-- | client/display_channel.cpp | 2 |
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"); } } |