← Back to team overview

ubuntu-x-swat team mailing list archive

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

 

** Description changed:

  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 ###
+ 
+ [lspci]
+ 00:00.0 RAM memory [0500]: nVidia Corporation MCP55 Memory Controller [10de:0369] (rev a2)
+     	Subsystem: Sun Microsystems Computer Corp. Unknown device [108e:534d]
+ 02:00.0 VGA compatible controller [0300]: nVidia Corporation G73GL [Quadro FX 560] [10de:039e] (rev a1) (prog-if 00 [VGA controller])
+     	Subsystem: nVidia Corporation Unknown device [10de:034a]
+ 07:00.0 VGA compatible controller [0300]: nVidia Corporation Unknown device [10de:0641] (rev a1) (prog-if 00 [VGA controller])
+     	Subsystem: Unknown device [1acc:0914]

-- 
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.



References