ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #14069
[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
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Launchpad Bug Tracker, 2010-05-13
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Launchpad Bug Tracker, 2010-01-17
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Julien Cristau, 2009-10-29
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Bryce Harrington, 2009-09-02
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Bryce Harrington, 2009-09-02
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Ricardo, 2009-09-02
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Ricardo, 2009-08-23
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Ricardo, 2009-08-23
-
[Bug 408337] Re: Difference in the XLib API between manpage specs and source header
From: Bryce Harrington, 2009-08-20
-
[Bug 408337] [NEW] Difference in the XLib API between manpage specs and source header
From: Ricardo, 2009-08-03
References