From 46749ebff877d2091d0fe550e817418542ed5772 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Sat, 23 May 2015 09:28:57 -0400 Subject: Apply the changes from commit 0d56c45 to picturestr.h to NXpicturestr.h commit 0d56c45 was: nx-X11: handle source pictures (those without a Drawable surface) gracefully. --- nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h b/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h index b2679257c..9876a1beb 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h +++ b/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h @@ -369,7 +369,13 @@ typedef struct _PictureScreen { int nfilterAliases; ChangePictureTransformProcPtr ChangePictureTransform; + + /** + * Called immediately after a picture's transform is changed through the + * SetPictureFilter request. Not called for source-only pictures. + */ ChangePictureFilterProcPtr ChangePictureFilter; + DestroyPictureFilterProcPtr DestroyPictureFilter; TrapezoidsProcPtr Trapezoids; -- cgit v1.2.3