Skip to content
  • Keith Packard's avatar
    Replace dixLookupResource by dixLookupResourceBy{Type,Class} · f8dd80d1
    Keith Packard authored
    dixLookupResource attempted to automatically detect whether the caller
    wanted a lookup by-type or by-class, unfortunately, it guessed wrong for
    RT_NONE. Instead of trying to make the guess better, this patch just reverts
    the unification and creates separate functions for each operation.
    f8dd80d1