Bug 3407 - X11R5 is so very 1991
Summary: X11R5 is so very 1991
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 14:05 UTC by Adam Jackson
Modified: 2005-05-29 18:36 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
kill-latent-r5isms-1.patch (3.73 KB, patch)
2005-05-26 14:05 UTC, Adam Jackson
no flags Details | Splinter Review

Description Adam Jackson 2005-05-26 14:05:38 UTC
There's isolated cases in the code where we do

#ifdef X11R5
    foo();
#else
    bar();
#endif

This is never defined, anywhere, ever, and it's not clear what semantics it's
supposed to have when it is defined.
Comment 1 Adam Jackson 2005-05-26 14:05:54 UTC
Created attachment 2777 [details] [review]
kill-latent-r5isms-1.patch

so nuke it already.
Comment 2 Adam Jackson 2005-05-30 11:36:32 UTC
applied, closing.


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.