Skip to content

Commit

Permalink
Put "no-xft" "build-info" tag in the alphabetical correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jan 14, 2025
1 parent d24813a commit bd6c452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generic/tkWindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,9 @@ TkCreateMainWindow(
#ifndef TCL_CFG_OPTIMIZED
".no-optimize"
#endif
#if !defined(_WIN32) && !defined(MAC_OSX_TK) && !defined(HAVE_XFT)
".no-xft"
#endif
#ifdef __OBJC__
".objective-c"
#if defined(__cplusplus)
Expand All @@ -1031,9 +1034,6 @@ TkCreateMainWindow(
#endif
#if !defined(_WIN32) && !defined(MAC_OSX_TK)
".x11"
#if !defined(HAVE_XFT)
".no-xft"
#endif
#endif
), NULL);
}
Expand Down

0 comments on commit bd6c452

Please sign in to comment.