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 /include/window.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 'include/window.h')
-rw-r--r-- | include/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h index 64c56aeb3..7842b4d58 100644 --- a/include/window.h +++ b/include/window.h @@ -229,4 +229,5 @@ extern _X_EXPORT void EnableMapUnmapEvents(WindowPtr /* pWin */ ); extern _X_EXPORT void SetRootClip(ScreenPtr pScreen, Bool enable); extern _X_EXPORT void PrintWindowTree(void); +extern _X_EXPORT VisualPtr WindowGetVisual(WindowPtr /*pWin*/); #endif /* WINDOW_H */ |