forked from aniani/vim
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.
This commit is contained in:
@@ -761,6 +761,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1800,
|
||||
/**/
|
||||
1799,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user