[gnome-color-manager] Add SCREEN_surface to the list of translated metadata keys
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Add SCREEN_surface to the list of translated metadata keys
- Date: Thu, 12 Jan 2012 13:14:01 +0000 (UTC)
commit 566dc3f0ced3958da99236abeac730ab2aa2454d
Author: Richard Hughes <richard hughsie com>
Date: Thu Jan 12 13:04:54 2012 +0000
Add SCREEN_surface to the list of translated metadata keys
src/gcm-utils.h | 3 +++
src/gcm-viewer.c | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-utils.h b/src/gcm-utils.h
index 9438305..1fcaefb 100644
--- a/src/gcm-utils.h
+++ b/src/gcm-utils.h
@@ -35,6 +35,9 @@
#ifndef CD_PROFILE_METADATA_MEASUREMENT_DEVICE
#define CD_PROFILE_METADATA_MEASUREMENT_DEVICE "MEASUREMENT_device"
#endif
+#ifndef CD_PROFILE_METADATA_SCREEN_SURFACE
+#define CD_PROFILE_METADATA_SCREEN_SURFACE "SCREEN_surface"
+#endif
/* DISTROS: you will have to patch if you have changed the name of these packages */
#define GCM_PREFS_PACKAGE_NAME_SHARED_COLOR_TARGETS "shared-color-targets"
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
index 037a818..0dd328c 100644
--- a/src/gcm-viewer.c
+++ b/src/gcm-viewer.c
@@ -778,6 +778,7 @@ struct {
{ CD_PROFILE_METADATA_MAPPING_FORMAT, N_("Mapping format") },
{ CD_PROFILE_METADATA_MAPPING_QUALIFIER, N_("Mapping qualifier") },
{ CD_PROFILE_METADATA_MEASUREMENT_DEVICE, N_("Calibration device") },
+ { CD_PROFILE_METADATA_SCREEN_SURFACE, N_("Screen surface finish") },
{ NULL, NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]