commit | afe690cbcf8e6fc729628262c6e4f9999fb1a8c1 | [log] [tgz] |
---|---|---|
author | Richard Hughes <hughsient@gmail.com> | Thu May 02 10:10:04 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu May 02 09:53:20 2013 -0400 |
tree | 8594019391ab2635a09680171dac20cfba7c7007 | |
parent | eb2074a18bd272b0c8011069f8d510071b95caab [diff] [blame] |
Move the optional output name property from drm_output to weston_output In the future the CMS plugins will need to read the config file and setup a list of hardcoded names to ICC profiles.
diff --git a/src/compositor.h b/src/compositor.h index 63d1127..7da6c48 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -156,6 +156,7 @@ struct weston_output { uint32_t id; + char *name; void *renderer_state;