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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to