diff options
author | David Reveman <davidr@novell.com> | 2010-01-06 14:55:48 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2010-11-30 13:47:42 -0500 |
commit | 84a14fab8f930ef1855444ae4e9e3e14ee008328 (patch) | |
tree | d2b964cbfff99633a83c17cdc5ed369dcdd7c5d9 /composite/compint.h | |
parent | 6dea617e0f71a6fc7937e3a1e10474fa87488284 (diff) |
composite: add panoramix support
Taken from:
50d2d8c8969c165582d215c6e85c4be9eac02b6a
dbffd0d44a33dcc84898c7a891d7ba212f65cbb8
9b5b102163b4eaa1b70647354fcab4f6e461c94c
75f9b98af31abf537ac6616c99f3797deb7ba017
07fba8b1f77a6bca44ea6568b346a18ce9d1e61d
With minor style fixes, ported to dixLookupResourceByType, and ported
away from client->noClientException and xalloc/xfree.
v2: Fix a memory leak in PanoramiXCompositeNameWindowPixmap, spotted by
James Jones.
v3: Fix a buglet in PanoramiXCompositeUnredirectSubwindows, spotted by
Dave Airlie.
v4: Fix a style issue with resource lookup noted by Jamey Sharp.
Reviewed-by: Dave Airlie <airlied@gmail.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'composite/compint.h')
-rw-r--r-- | composite/compint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composite/compint.h b/composite/compint.h index 80083b01d..ae41c44fe 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -326,4 +326,7 @@ int compConfigNotify(WindowPtr pWin, int x, int y, int w, int h, int bw, WindowPtr pSib); +void PanoramiXCompositeInit (void); +void PanoramiXCompositeReset (void); + #endif /* _COMPINT_H_ */ |