mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 22:55:30 +00:00
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).
This commit is contained in:
parent
9837b4596c
commit
a5be505ff4
@ -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
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user