diff options
author | Ville Syrjälä <ville.syrjala@nokia.com> | 2011-01-05 20:41:07 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-05 11:57:04 -0800 |
commit | 84154954db54696d4661eb8d0a6014cdbff3c91f (patch) | |
tree | 17d57230419475fc0f007b082f8ee9ed447f6fac /composite/compalloc.c | |
parent | a5dc3531e14589ac473cea482944d2d67517aabd (diff) |
composite: Add GetImage wrapper
When GetImage is performed on a window, 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/compalloc.c')
-rw-r--r-- | composite/compalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composite/compalloc.c b/composite/compalloc.c index 86a6f8ea9..b2e3f7165 100644 --- a/composite/compalloc.c +++ b/composite/compalloc.c @@ -47,7 +47,7 @@ #include "compint.h" -static void +void compScreenUpdate (ScreenPtr pScreen) { compCheckTree (pScreen); |