mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Use int over unsigned int for fc_t to avoid a type narrowing error. Regenerate patches while we are at it. MFH: 2024Q4
11 lines
360 B
C
11 lines
360 B
C
--- options.h.orig 2024-04-22 10:18:21 UTC
|
|
+++ options.h
|
|
@@ -136,7 +136,7 @@ yes_no ( grey_edge , true )
|
|
yes_no ( fully_covered , false )
|
|
yes_no ( fuse , false )
|
|
yes_no ( grey_edge , true )
|
|
-option ( gui_font , "" )
|
|
+option ( gui_font , "%%GUIFONT%%" )
|
|
integer ( gui_extent , 0 )
|
|
real ( gui_scale_factor , 0.0 )
|
|
yes_no ( gpu_for_srgb , false )
|