mirror of
https://github.com/X11Libre/xf86-video-vmware.git
synced 2026-03-24 01:24:37 +00:00
1.17 always stores the client clip as a region, so there's no longer a clientClipType member to look at. Change the code to just inspect whether the clientClip is non-null, since that works both before and after 1.17. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>