Bug 6183 - eliminate deprecation warnings in xcb_util.c
Summary: eliminate deprecation warnings in xcb_util.c
Status: RESOLVED FIXED
Alias: None
Product: XCB
Classification: Unclassified
Component: Library (show other bugs)
Version: unspecified
Hardware: All All
: high minor
Assignee: Ian Osgood
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 17:56 UTC by Jamey Sharp
Modified: 2006-03-13 10:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.