aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-05-23 09:28:57 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-05-24 19:16:43 -0400
commit46749ebff877d2091d0fe550e817418542ed5772 (patch)
treeb738641245c2f1d0c080751b4f22a4e2d49bfda1
parentf7295831a0dd1b52fb68e41dd9e84e0850524835 (diff)
downloadnx-libs-pr/render-misc-patches.tar.gz
nx-libs-pr/render-misc-patches.tar.bz2
nx-libs-pr/render-misc-patches.zip
Apply the changes from commit 0d56c45 to picturestr.h to NXpicturestr.hpr/render-misc-patches
commit 0d56c45 was: nx-X11: handle source pictures (those without a Drawable surface) gracefully.
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h6
1 files changed, 6 insertions, 0 deletions
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;