diff options
author | Dave Airlie <airlied@redhat.com> | 2012-06-27 14:36:04 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-28 10:43:35 -0700 |
commit | 957bf959fb577b292a3e4f6bb67740ca09e7aeb9 (patch) | |
tree | 54093fb0af60b8ff0b22d647fe3c7b9a5f3d4cfb /composite/compint.h | |
parent | a7b97b0fa85d695ae19d194cfa3267159d149e5d (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.h | 2 |
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); |