summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2016-03-09 16:49:32 -0800
committerBryce Harrington <bryce@osg.samsung.com>2016-04-01 14:46:33 -0700
commit0756e16fb3e54fabbd39c942c540afee3fca9088 (patch)
tree436214c34c424b3ed200e38c8a260731b860c87f
parent4c769b25fce3c8ece1f39edc6aea016444d9c224 (diff)
compositor: Document refs for alternatives/assumptions for backend configs
-rw-r--r--src/compositor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compositor.h b/src/compositor.h
index f93d76a0..45ffb6c9 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -682,6 +682,12 @@ struct weston_backend_output_config {
* passed to the backend's init entry point. The backend will
* likely want to subclass this in order to handle backend specific
* data.
+ *
+ * NOTE: Alternate designs were proposed (Feb 2016) for using opaque
+ * structures and for section+key/value getter/setters. The rationale
+ * for selecting the transparent structure design is based on several
+ * assumptions which may require re-evaluating the design choice if they
+ * fail to hold.
*/
struct weston_backend_config {
/** Major version for the backend-specific config struct