← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 408337] [NEW] Difference in the XLib API between manpage specs and source header

 

Public bug reported:

I detect the next difference in the XLib API between the manpages
specifications and the source header on /usr/include/X11:

### man 3 XCopyGC ###
int XCopyGC(Display *display, GC src, GC dest, unsigned long valuemask);
### END ###

### /usr/include/X11/Xlib.h ###
extern int XCopyGC(
    Display*            /* display */,
    GC                  /* src */,
    unsigned long       /* valuemask */,      <----------+--------------- Different order of arguments!
    GC                  /* dest */             <--------------------/
);
### END ###

** Affects: libx11 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Difference in the XLib API between manpage specs and source header
https://bugs.launchpad.net/bugs/408337
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libx11 in ubuntu.



Follow ups

References