Module: wine Branch: oldstable Commit: a21082bf0471f17dab2d2ab75def37088c04ac0b URL: https://source.winehq.org/git/wine.git/?a=commit;h=a21082bf0471f17dab2d2ab75... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 19 17:48:24 2019 +0100 winex11: Use the default color table for window surfaces on 8bpp displays. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48088 Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit 458e0ad5133c9a449e22688a89183f3a6ab286e4) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/winex11.drv/bitblt.c | 7 +-- dlls/winex11.drv/palette.c | 106 +++++++++++++++++++++++++++++++++++++++++++++ dlls/winex11.drv/x11drv.h | 1 + 3 files changed, 109 insertions(+), 5 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a21082bf0471f17dab2d2...