diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 14:42:29 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 14:42:29 +0100 |
commit | 7fa55936625695321d29f3e9570a78b407627087 (patch) | |
tree | 8678ea80f48dd20d461a066c9afa183ec52c5d54 /src/common.h | |
parent | Rewrite gamma-drm.c to use libgamma (diff) | |
download | redshift-ng-7fa55936625695321d29f3e9570a78b407627087.tar.gz redshift-ng-7fa55936625695321d29f3e9570a78b407627087.tar.bz2 redshift-ng-7fa55936625695321d29f3e9570a78b407627087.tar.xz |
Relay on libgamma for selecting adjustment method support
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/common.h b/src/common.h index e79c6f4..aa929ae 100644 --- a/src/common.h +++ b/src/common.h @@ -1584,21 +1584,11 @@ extern const struct gamma_method dummy_gamma_method; #ifdef ENABLE_COOPGAMMA extern const struct gamma_method coopgamma_gamma_method; #endif -#ifdef ENABLE_RANDR extern const struct gamma_method randr_gamma_method; -#endif -#ifdef ENABLE_VIDMODE extern const struct gamma_method vidmode_gamma_method; -#endif -#ifdef ENABLE_DRM extern const struct gamma_method drm_gamma_method; -#endif -#ifdef ENABLE_QUARTZ extern const struct gamma_method quartz_gamma_method; -#endif -#ifdef ENABLE_W32GDI extern const struct gamma_method w32gdi_gamma_method; -#endif extern const struct location_provider manual_location_provider; #ifdef ENABLE_GEOCLUE2 |