Skip to content

Commit 73a733e

Browse files
committed
patch 7.4.1830
Problem: non-antialiased misnamed. Solution: Use NONANTIALIASED and NONANTIALIASED_QUALITY. (Kim Brouer, closes #793)
1 parent de7eb0a commit 73a733e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/os_mswin.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,8 +2703,8 @@ quality_pairs[] = {
27032703
#ifdef ANTIALIASED_QUALITY
27042704
{"ANTIALIASED", ANTIALIASED_QUALITY},
27052705
#endif
2706-
#ifdef NOANTIALIASED_QUALITY
2707-
{"NOANTIALIASED", NOANTIALIASED_QUALITY},
2706+
#ifdef NONANTIALIASED_QUALITY
2707+
{"NONANTIALIASED", NONANTIALIASED_QUALITY},
27082708
#endif
27092709
#ifdef PROOF_QUALITY
27102710
{"PROOF", PROOF_QUALITY},

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
1830,
756758
/**/
757759
1829,
758760
/**/

0 commit comments

Comments
 (0)