summaryrefslogtreecommitdiff
path: root/composite/compint.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-27 14:36:04 +0100
committerKeith Packard <keithp@keithp.com>2012-06-28 10:43:35 -0700
commit957bf959fb577b292a3e4f6bb67740ca09e7aeb9 (patch)
tree54093fb0af60b8ff0b22d647fe3c7b9a5f3d4cfb /composite/compint.h
parenta7b97b0fa85d695ae19d194cfa3267159d149e5d (diff)
dix/render: consolidate window format matching code.
This code existed in 3 different forms, perhaps it should be consolidated. Reviewed-by: Keith Packard <keithp@keithp.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'composite/compint.h')
-rw-r--r--composite/compint.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/composite/compint.h b/composite/compint.h
index 9e2713e93..30b724e3e 100644
--- a/composite/compint.h
+++ b/composite/compint.h
@@ -272,8 +272,6 @@ void
#define compCheckTree(s)
#endif
-PictFormatPtr compWindowFormat(WindowPtr pWin);
-
void
compSetPixmap(WindowPtr pWin, PixmapPtr pPixmap);