Bug 6183

Summary: eliminate deprecation warnings in xcb_util.c
Product: XCB Reporter: Jamey Sharp <jamey>
Component: LibraryAssignee: Ian Osgood <iano>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: high    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Jamey Sharp 2006-03-08 17:56:21 UTC
xcb/src/xcb_util.c uses some functions that used to be public but are now
deprecated to implement the new connection-creation interface. It should be
refactored to eliminate GCC's warnings about use of deprecated functions.
Comment 1 Jamey Sharp 2006-03-13 12:19:14 UTC
Ian has a patch for this. Would you commit your patch and close this bug, Ian?
Thanks!
Comment 2 Ian Osgood 2006-03-13 18:12:13 UTC
My patch to xcb_util.c fixed most deprecation warnings, but the use of XCBGetAuthInfo from xcb_auth.c 
will require adding a private function to xcbint.h to get rid of the last warning (or merging xcb_auth.c into 
xcb_util.c).
Comment 3 Ian Osgood 2006-03-14 05:38:34 UTC
Fixed last deprecation warning.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.