From ff1a69144735298d1a190fa23b3ae5747e914859 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Thu, 18 Nov 2021 13:18:25 +0000 Subject: [PATCH] Rename bool to boolean for OptionInfoRec. * src/aticonfig.c: Change uses of .value.bool to .value.boolean --- src/aticonfig.c | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/aticonfig.c b/src/aticonfig.c index 621e79e..8ea0c6e 100644 --- a/src/aticonfig.c +++ b/src/aticonfig.c @@ -311,42 +311,42 @@ ATIProcessOptions (void)memcpy(PublicOption, ATIPublicOptions, ATIPublicOptionSize); -# define ProbeSparse PublicOption[ATI_OPTION_PROBE_SPARSE].value.bool -# define Accel PublicOption[ATI_OPTION_ACCEL].value.bool -# define BIOSDisplay PrivateOption[ATI_OPTION_BIOS_DISPLAY].value.bool -# define Blend PrivateOption[ATI_OPTION_BLEND].value.bool -# define CRTDisplay PublicOption[ATI_OPTION_CRT_DISPLAY].value.bool -# define CRTScreen PrivateOption[ATI_OPTION_CRT_SCREEN].value.bool -# define CSync PublicOption[ATI_OPTION_CSYNC].value.bool -# define Devel PrivateOption[ATI_OPTION_DEVEL].value.bool -# define HWCursor PublicOption[ATI_OPTION_HWCURSOR].value.bool +# define ProbeSparse PublicOption[ATI_OPTION_PROBE_SPARSE].value.boolean +# define Accel PublicOption[ATI_OPTION_ACCEL].value.boolean +# define BIOSDisplay PrivateOption[ATI_OPTION_BIOS_DISPLAY].value.boolean +# define Blend PrivateOption[ATI_OPTION_BLEND].value.boolean +# define CRTDisplay PublicOption[ATI_OPTION_CRT_DISPLAY].value.boolean +# define CRTScreen PrivateOption[ATI_OPTION_CRT_SCREEN].value.boolean +# define CSync PublicOption[ATI_OPTION_CSYNC].value.boolean +# define Devel PrivateOption[ATI_OPTION_DEVEL].value.boolean +# define HWCursor PublicOption[ATI_OPTION_HWCURSOR].value.boolean #ifdef XF86DRI_DEVEL -# define IsPCI PublicOption[ATI_OPTION_IS_PCI].value.bool +# define IsPCI PublicOption[ATI_OPTION_IS_PCI].value.boolean # define DMAMode PublicOption[ATI_OPTION_DMA_MODE].value.str # define AGPMode PublicOption[ATI_OPTION_AGP_MODE].value.num # define AGPSize PublicOption[ATI_OPTION_AGP_SIZE].value.num -# define LocalTex PublicOption[ATI_OPTION_LOCAL_TEXTURES].value.bool +# define LocalTex PublicOption[ATI_OPTION_LOCAL_TEXTURES].value.boolean # define BufferSize PublicOption[ATI_OPTION_BUFFER_SIZE].value.num #endif /* XF86DRI_DEVEL */ #ifdef TV_OUT -# define TvOut PublicOption[ATI_OPTION_TV_OUT].value.bool +# define TvOut PublicOption[ATI_OPTION_TV_OUT].value.boolean # define TvStd PublicOption[ATI_OPTION_TV_STD].value.str #endif /* TV_OUT */ -# define CacheMMIO PublicOption[ATI_OPTION_MMIO_CACHE].value.bool -# define TestCacheMMIO PublicOption[ATI_OPTION_TEST_MMIO_CACHE].value.bool -# define PanelDisplay PublicOption[ATI_OPTION_PANEL_DISPLAY].value.bool -# define ShadowFB PublicOption[ATI_OPTION_SHADOW_FB].value.bool -# define SWCursor PublicOption[ATI_OPTION_SWCURSOR].value.bool +# define CacheMMIO PublicOption[ATI_OPTION_MMIO_CACHE].value.boolean +# define TestCacheMMIO PublicOption[ATI_OPTION_TEST_MMIO_CACHE].value.boolean +# define PanelDisplay PublicOption[ATI_OPTION_PANEL_DISPLAY].value.boolean +# define ShadowFB PublicOption[ATI_OPTION_SHADOW_FB].value.boolean +# define SWCursor PublicOption[ATI_OPTION_SWCURSOR].value.boolean # define AccelMethod PublicOption[ATI_OPTION_ACCELMETHOD].value.str -# define RenderAccel PublicOption[ATI_OPTION_RENDER_ACCEL].value.bool -# define LCDSync PrivateOption[ATI_OPTION_LCDSYNC].value.bool +# define RenderAccel PublicOption[ATI_OPTION_RENDER_ACCEL].value.boolean +# define LCDSync PrivateOption[ATI_OPTION_LCDSYNC].value.boolean # define ReferenceClock \ PublicOption[ATI_OPTION_REFERENCE_CLOCK].value.freq.freq -- 2.33.1 installer/newt.scm (newt-installer): Add final page. * gnu/installer/newt/final.scm: New file. * gnu/installer/record.scm (installer): Add final-page field. * gnu/installer/timezone.scm (posix-tz->configuration): New exported procedure. * gnu/installer/steps.scm (installer-step): Rename configuration-proc field to configuration-formatter. (%installer-configuration-file): New exported parameter, (%installer-target-dir): ditto, (%configuration-file-width): ditto, (format-configuration): new exported procedure, (configuration->file): new exported procedure. Mathieu Othacehe 2019-01-17gnu: Add graphical installer support....* configure.ac: Require that guile-newt is available. * gnu/installer.scm: New file. * gnu/installer/aux-files/logo.txt: New file. * gnu/installer/build-installer.scm: New file. * gnu/installer/connman.scm: New file. * gnu/installer/keymap.scm: New file. * gnu/installer/locale.scm: New file. * gnu/installer/newt.scm: New file. * gnu/installer/newt/ethernet.scm: New file. * gnu/installer/newt/hostname.scm: New file. * gnu/installer/newt/keymap.scm: New file. * gnu/installer/newt/locale.scm: New file. * gnu/installer/newt/menu.scm: New file. * gnu/installer/newt/network.scm: New file. * gnu/installer/newt/page.scm: New file. * gnu/installer/newt/timezone.scm: New file. * gnu/installer/newt/user.scm: New file. * gnu/installer/newt/utils.scm: New file. * gnu/installer/newt/welcome.scm: New file. * gnu/installer/newt/wifi.scm: New file. * gnu/installer/steps.scm: New file. * gnu/installer/timezone.scm: New file. * gnu/installer/utils.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add previous files. * gnu/system.scm: Export %root-account. * gnu/system/install.scm (%installation-services): Use kmscon instead of linux VT for all tty. (installation-os)[users]: Add the graphical installer as shell of the root account. [packages]: Add font related packages. * po/guix/POTFILES.in: Add installer files. Mathieu Othacehe