Skip to content
  • Daniel Stone's avatar
    dix/mi: still more warning fixes · c3ea1f7d
    Daniel Stone authored
    Fix up prototypes for PrintChildren and PrintWindowTree in the dix.
    Make miPrintRegion be unconditionally defined, and move the prototype into
    regionstr.h.
    Change a bunch of ScreenPtr pScreen = foo; to
    ScreenPtr pScreen; pScreen = foo; in window.c, so we avoid unused variable
    references (as inline REGION_* doesn't reference pScreen).
    c3ea1f7d