ports/graphics/lux/files/patch-options.h
Robert Clausecker 905958dd6f graphics/lux: fix build on i386
Use int over unsigned int for fc_t to avoid a type narrowing error.
Regenerate patches while we are at it.

MFH:		2024Q4
2024-10-21 11:36:00 +02:00

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 )