Summary: | remove special case for length calculation - GLX: GetFBConfigs() | ||
---|---|---|---|
Product: | XCB | Reporter: | Daniel Martin <consume.noise> |
Component: | Library | Assignee: | xcb mailing list dummy <xcb> |
Status: | RESOLVED WONTFIX | QA Contact: | xcb mailing list dummy <xcb> |
Severity: | trivial | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Daniel Martin
2013-02-17 02:51:00 UTC
I know next to nothing about this bug, but why do you want to remove this special case? If it doesn't break anything then why should this work-around be removed? After all, someone might still need it. It's a habbit of mine: trying to keep code clean and remove old (special) code. And a workaround for a bug which was fixed ~7 years ago definitly got my attention. Sure, it doesn't hurt to keep it. But, I think it won't hurt either if we remove it. Haven't had looked at xpyb or xgb if they've this workaround too. > Haven't had looked at xpyb or xgb if they've this workaround too.
FWIW, I don't think the GLX extension even works in XGB (although it compiles). I certainly didn't add any workarounds to fix ~7 year old bugs :-)
- Andrew
> And a workaround for a bug which was fixed ~7 years ago definitly got my attention.
You need to recalibrate your compatibility timescales to deal with X. :)
Removing a workaround for a real bug breaks compatibility with those older X servers, and that doesn't seem worth doing just to reduce code size a tiny bit. Unless you can show some real problem with retaining this code, I think we should keep this workaround indefinitely.
|
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.