• Ulrich Sibiller's avatar
    dix/window.c: fix compiler warning · 1a8de635
    Ulrich Sibiller authored
    Window.c:3827:46: warning: array subscript 128 is above array bounds of ‘StoringPixmapRec *[128]’ {aka ‘struct <anonymous> *[128]’} [-Warray-bounds]
                   i, (void *) nxagentBSPixmapList[i]);
    1a8de635
Window.c 105 KB