Commit 6da41e6f authored by Mike DePaulo's avatar Mike DePaulo Committed by Mike Gabriel

Complete changes from commit 0d56c45a in NXpicturestr.h (i.e. add a missing…

Complete changes from commit 0d56c45a in NXpicturestr.h (i.e. add a missing comment). (Fixes ArcticaProject/nx-libs#38). commit 0d56c45a was: nx-X11: handle source pictures (those without a Drawable surface) gracefully.
parent 1391c0ad
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment