summaryrefslogtreecommitdiff
path: root/composite/compint.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@nokia.com>2011-01-05 20:41:08 +0200
committerKeith Packard <keithp@keithp.com>2011-01-05 11:57:25 -0800
commitb89e6dbdfbb50e3b5bc7fcb7eccc397c467c92f8 (patch)
treeafe887db756dd2271f177f557c586f50067c7726 /composite/compint.h
parent84154954db54696d4661eb8d0a6014cdbff3c91f (diff)
composite: Add SourceValidate wrapper
When SourceValidate is performed on a window with IncludeInferiors sub-window mode, force an immediate update of all the automatically redirected windows, so that the current window contents will be up to date. Signed-off-by: Ville Syrjälä <ville.syrjala@nokia.com> Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'composite/compint.h')
-rw-r--r--composite/compint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/composite/compint.h b/composite/compint.h
index c188bf1c5..681f651e9 100644
--- a/composite/compint.h
+++ b/composite/compint.h
@@ -160,6 +160,7 @@ typedef struct _CompScreen {
CompOverlayClientPtr pOverlayClients;
GetImageProcPtr GetImage;
+ SourceValidateProcPtr SourceValidate;
} CompScreenRec, *CompScreenPtr;
extern DevPrivateKeyRec CompScreenPrivateKeyRec;