aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-05-23 09:28:57 -0400
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-12-30 00:10:50 +0100
commit6da41e6f69a42bdd9f57c8f58c76a25cc70f71ec (patch)
treec2c25d2e877e3724f2ce2b1b3a819f6d79d180a9
parent1391c0ad76cb1f8588a08f9350d2ba1fe98b8b6b (diff)
downloadnx-libs-6da41e6f69a42bdd9f57c8f58c76a25cc70f71ec.tar.gz
nx-libs-6da41e6f69a42bdd9f57c8f58c76a25cc70f71ec.tar.bz2
nx-libs-6da41e6f69a42bdd9f57c8f58c76a25cc70f71ec.zip
Complete changes from commit 0d56c45 in NXpicturestr.h (i.e. add a missing comment). (Fixes ArcticaProject/nx-libs#38).
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 9f9c32c35..b1e56ad25 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;