[PATCH libX11 2/4] man: Fix return value specification of XkbKeyActionEntry

2010-02-02 Thread Dirk Wallenstein
The XkbKeyActionEntry macro expands to a pointer.

Signed-off-by: Dirk Wallenstein 
---
 man/xkb/XkbKeyActionEntry.man |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/xkb/XkbKeyActionEntry.man b/man/xkb/XkbKeyActionEntry.man
index 5acc7e8..c6ebc18 100644
--- a/man/xkb/XkbKeyActionEntry.man
+++ b/man/xkb/XkbKeyActionEntry.man
@@ -21,13 +21,13 @@
 .\"
 .TH XkbKeyActionEntry __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
 .SH NAME
-XkbKeyActionEntry \- Returns the key action corresponding to group grp and 
shift 
-level lvl from the 
-two-dimensional table of key actions associated with the key corresponding to 
+XkbKeyActionEntry \- Returns a pointer to the key action corresponding to 
+group grp and shift level lvl from the two-dimensional table of key actions
+associated with the key corresponding to 
 keycode
 .SH SYNOPSIS
 .HP
-.B XkbAction XkbKeyActionEntry
+.B XkbAction * XkbKeyActionEntry
 .BI "(\^XkbDescPtr " "xkb" "\^,"
 .BI "KeyCode " "keycode" "\^,"
 .BI "int " "shift" "\^,"
-- 
1.6.5.3

___
xorg-devel mailing list
xorg-devel@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-devel


Re: [PATCH libX11 2/4] man: Fix return value specification of XkbKeyActionEntry

2010-02-02 Thread Julien Cristau
On Tue, Feb  2, 2010 at 21:24:30 +0100, Dirk Wallenstein wrote:

> The XkbKeyActionEntry macro expands to a pointer.
> 
> Signed-off-by: Dirk Wallenstein 

wow.  what a mess of macros...

Reviewed-by: Julien Cristau 
___
xorg-devel mailing list
xorg-devel@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-devel


Re: [PATCH libX11 2/4] man: Fix return value specification of XkbKeyActionEntry

2010-02-02 Thread Dan Nicholson
On Tue, Feb 2, 2010 at 1:32 PM, Julien Cristau  wrote:
> On Tue, Feb  2, 2010 at 21:24:30 +0100, Dirk Wallenstein wrote:
>
>> The XkbKeyActionEntry macro expands to a pointer.
>>
>> Signed-off-by: Dirk Wallenstein 
>
> wow.  what a mess of macros...
>
> Reviewed-by: Julien Cristau 

Venture into the XKB headers at your peril...

--
Dan
___
xorg-devel mailing list
xorg-devel@lists.x.org
http://lists.x.org/mailman/listinfo/xorg-devel


Re: [PATCH libX11 2/4] man: Fix return value specification of XkbKeyActionEntry

2010-04-08 Thread Dirk Wallenstein
On Tue, Feb 02, 2010 at 10:32:48PM +0100, Julien Cristau wrote:
> On Tue, Feb  2, 2010 at 21:24:30 +0100, Dirk Wallenstein wrote:
> 
> > The XkbKeyActionEntry macro expands to a pointer.
> > 
> > Signed-off-by: Dirk Wallenstein 
> 
> wow.  what a mess of macros...
> 
> Reviewed-by: Julien Cristau 

Hi, Keith

This patch would be ready, then. The patches in this thread are
independent. 

Greetings,
Dirk
___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel