[PATCH libXi] man: fix types for XGetSelectedExtensionEvents.

Peter Hutterer peter.hutterer at who-t.net
Wed Feb 17 23:01:13 PST 2010


The return values are of type XEventClass** and int*, respectively.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 man/XSelectExtensionEvent.txt |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/XSelectExtensionEvent.txt b/man/XSelectExtensionEvent.txt
index a31ca40..cbcfffe 100644
--- a/man/XSelectExtensionEvent.txt
+++ b/man/XSelectExtensionEvent.txt
@@ -20,10 +20,10 @@ SYNOPSIS
 
    XGetSelectedExtensionEvents( Display *display,
                                 Window w,
-                                int this_client_event_count_return,
-                                XEventClass *this_client_event_list_return,
-                                int all_clients_event_count_return,
-                                XEventClass *all_clients_event_list_return);
+                                int *this_client_event_count_return,
+                                XEventClass **this_client_event_list_return,
+                                int *all_clients_event_count_return,
+                                XEventClass **all_clients_event_list_return);
 
    display
           Specifies the connection to the X server.
-- 
1.6.6.1



More information about the xorg-devel mailing list