[Spice-commits] spice/enums.h
Alexander Larsson
alexl at kemper.freedesktop.org
Thu Jun 24 05:33:40 PDT 2010
spice/enums.h | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a5be505ff4a4655140c6eb399fdade56bdf65a8e
Author: Alexander Larsson <alexl at redhat.com>
Date: Thu Jun 24 14:25:45 2010 +0200
Remove SPICE_CLIP_TYPE_PATH enum.
Clip by path has not been supported since the pixman change, and
the win32 drivers were neutered to never produce it a while ago. Also,
even before that neutering it happened extremely seldom (never seen in
real life).
diff --git a/spice/enums.h b/spice/enums.h
index 6e8665c..153356c 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -78,7 +78,6 @@ enum SpicePubkeyType {
enum SpiceClipType {
SPICE_CLIP_TYPE_NONE,
SPICE_CLIP_TYPE_RECTS,
- SPICE_CLIP_TYPE_PATH,
SPICE_CLIP_TYPE_ENUM_END
};
More information about the Spice-commits
mailing list