forked from aniani/vim
patch 7.4.1830
Problem: non-antialiased misnamed. Solution: Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer, closes #793)
This commit is contained in:
parent
de7eb0a47b
commit
73a733e08b
@ -2703,8 +2703,8 @@ quality_pairs[] = {
|
|||||||
#ifdef ANTIALIASED_QUALITY
|
#ifdef ANTIALIASED_QUALITY
|
||||||
{"ANTIALIASED", ANTIALIASED_QUALITY},
|
{"ANTIALIASED", ANTIALIASED_QUALITY},
|
||||||
#endif
|
#endif
|
||||||
#ifdef NOANTIALIASED_QUALITY
|
#ifdef NONANTIALIASED_QUALITY
|
||||||
{"NOANTIALIASED", NOANTIALIASED_QUALITY},
|
{"NONANTIALIASED", NONANTIALIASED_QUALITY},
|
||||||
#endif
|
#endif
|
||||||
#ifdef PROOF_QUALITY
|
#ifdef PROOF_QUALITY
|
||||||
{"PROOF", PROOF_QUALITY},
|
{"PROOF", PROOF_QUALITY},
|
||||||
|
@ -753,6 +753,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1830,
|
||||||
/**/
|
/**/
|
||||||
1829,
|
1829,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user