color: add weston_compositor_load_icc_file()
This function will be useful for Weston to load output ICC profiles from weston.ini. Co-authored-by: Sebastian Wick <sebastian@sebastianwick.net> Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
committed by
Pekka Paalanen
parent
aa6346f274
commit
f45d57623e
@@ -2136,6 +2136,10 @@ weston_color_profile_unref(struct weston_color_profile *cprof);
|
||||
const char *
|
||||
weston_color_profile_get_description(struct weston_color_profile *cprof);
|
||||
|
||||
struct weston_color_profile *
|
||||
weston_compositor_load_icc_file(struct weston_compositor *compositor,
|
||||
const char *path);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user