From 5f4d11c8d926cf396e0a8e203e14a8e1e123e011 Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Wed, 1 Mar 2006 16:31:53 +0000 Subject: [PATCH] fix spelling error, document EXA_TWO_BITBLT_DIRECTIONS device flag --- hw/xfree86/doc/devel/exa-driver.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/doc/devel/exa-driver.txt b/hw/xfree86/doc/devel/exa-driver.txt index 49cc8ad92..804eed1b9 100644 --- a/hw/xfree86/doc/devel/exa-driver.txt +++ b/hw/xfree86/doc/devel/exa-driver.txt @@ -114,8 +114,10 @@ version, allocate memory, etc. * The flags argument specifies what features the card supports, two flags * are currently defined: * %EXA_OFFSCREEN_PIXMAPS - offscreen pixmaps are supported - * %EXA_OFFSCREEN_ALIGN_POT - offscreen objects must hve a power of two + * %EXA_OFFSCREEN_ALIGN_POT - offscreen objects must have a power of two * alignment of their pitch + * %EXA_TWO_BITBLT_DIRECTIONS - device only supports blts in two + * directions, +xdir,+ydir or -xdir,-ydir (identical to the XAA flag). */ void exaInitCard(EXADriverPtr *exa, Bool sync, CARD8 *memory_base, unsigned longoff_screen_base, unsigned long memory_size,