NtGdiCreateDIBSection will allocate a color table for 8bpp bitmap anyway and if biClrUsed isn't set, we will later fail any color lookup.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57584
-- v4: winex11: Always fill the window surface color info. win32u: Initialize dibdrv info from the surface color bitmap.