diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-03-09 23:18:15 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-03-09 23:18:15 +0000 |
commit | ab35c3fbc135bafdfc5057ef5d6227ca3534ed26 (patch) | |
tree | 8bfd04576dcd57c0ca503d1d4386e0a9101e084d /exa/exa_priv.h | |
parent | d8f8bfeccef0750d79f852b9ae7152e841227d5a (diff) |
Do a first pass of doxygen documentation of EXA. This removes the
corresponding pieces of exa-driver.txt, which were becoming stale.
Hopefully the documentation will stay much more up-to-date this way.
Many thanks to jbarnes for writing exa-driver.txt which was used a lot
in writing this documentation.
Diffstat (limited to 'exa/exa_priv.h')
-rw-r--r-- | exa/exa_priv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/exa/exa_priv.h b/exa/exa_priv.h index 25bbbde5e..048566e00 100644 --- a/exa/exa_priv.h +++ b/exa/exa_priv.h @@ -281,6 +281,9 @@ ExaOffscreenSwapOut (ScreenPtr pScreen); void ExaOffscreenSwapIn (ScreenPtr pScreen); +Bool +exaOffscreenInit(ScreenPtr pScreen); + void ExaOffscreenFini (ScreenPtr pScreen); |