diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-10-14 14:37:46 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-10-21 11:36:00 +0200 |
commit | 905958dd6f1eaacd3f42637ff78da7008a83aea1 (patch) | |
tree | 6a47038f0c8213eae37d90da2365f3a16b333eb6 /graphics/lux/files/patch-options.h | |
parent | editors/ad: update to 0.1.3 (diff) |
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
Diffstat (limited to 'graphics/lux/files/patch-options.h')
-rw-r--r-- | graphics/lux/files/patch-options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/lux/files/patch-options.h b/graphics/lux/files/patch-options.h index 567f5573c2dc..a7b3cdd252b7 100644 --- a/graphics/lux/files/patch-options.h +++ b/graphics/lux/files/patch-options.h @@ -1,6 +1,6 @@ ---- options.h.orig 2022-08-27 02:26:10 UTC +--- options.h.orig 2024-04-22 10:18:21 UTC +++ options.h -@@ -132,7 +132,7 @@ yes_no ( fullscreen , true ) +@@ -136,7 +136,7 @@ yes_no ( grey_edge , true ) yes_no ( fully_covered , false ) yes_no ( fuse , false ) yes_no ( grey_edge , true ) @@ -8,4 +8,4 @@ +option ( gui_font , "%%GUIFONT%%" ) integer ( gui_extent , 0 ) real ( gui_scale_factor , 0.0 ) - yes_no ( hdr_merge , false ) + yes_no ( gpu_for_srgb , false ) |