]> granicus.if.org Git - vim/commit
patch 8.0.1800: X11: getting color is slow v8.0.1800
authorBram Moolenaar <Bram@vim.org>
Sun, 6 May 2018 17:19:36 +0000 (19:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 May 2018 17:19:36 +0000 (19:19 +0200)
commit778df2a3cb8b58b07647952c708439acb0b06d17
treecf0bb4332cd9af416df0cb364fa4b102843332d0
parent85eee130f44a2201d88ca2aeff0af3b11dd75fa9
patch 8.0.1800: X11: getting color is slow

Problem:    X11: getting color is slow.
Solution:   Avoid using sprintf() and XParseColor(), put the RGB values in
            XColor directly.
src/gui_x11.c
src/version.c