aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-20 15:51:55 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-06-21 04:09:17 +0200
commit36e17bdc6eef7107f4a64d9fa4da005da23df519 (patch)
treeba27897f61a946a890deff35a638eea27808f1ae
parent3f4e503d6171859e52ac2d256ca7076227d9ed7d (diff)
downloadnx-libs-36e17bdc6eef7107f4a64d9fa4da005da23df519.tar.gz
nx-libs-36e17bdc6eef7107f4a64d9fa4da005da23df519.tar.bz2
nx-libs-36e17bdc6eef7107f4a64d9fa4da005da23df519.zip
[render] Split out filter finding from filter setting. Required code de-duplication in nxagent. (Will be fixed by ArcticaProject/nx-libs#120 later on).
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h b/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h
index 68fe80c37..74d03f745 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXpicturestr.h
@@ -193,12 +193,14 @@ typedef struct _Picture {
SourcePictPtr pSourcePict;
} PictureRec;
-typedef Bool (*PictFilterValidateParamsProcPtr) (PicturePtr pPicture, int id,
- xFixed *params, int nparams);
+typedef Bool (*PictFilterValidateParamsProcPtr) (ScreenPtr pScreen, int id,
+ xFixed *params, int nparams,
+ int *width, int *height);
typedef struct {
char *name;
int id;
PictFilterValidateParamsProcPtr ValidateParams;
+ int width, height;
} PictFilterRec, *PictFilterPtr;
#define PictFilterNearest 0