summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-01-18 11:44:07 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-01-18 11:44:24 +0800
commitf25d66f299190b90e991d4f00519d91c5ac60203 (patch)
tree44ca0dc4728a47112c3be7b2c6930b427e151442
parent0eacc33865cf803f452bd71cdbf9e7e2fdef20b4 (diff)
Fix a serious typo in issue 3.
Should be st_context->bind_framebuffers, not st_framebuffer->bind_framebuffers.
-rw-r--r--DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index 62b32d5..e9d3956 100644
--- a/DESIGN
+++ b/DESIGN
@@ -49,7 +49,7 @@ Issues
3. Do we want st_api->make_current?
UNRESOLVED: olv thinks st_api->make_current should be replaced by
- st_manager_api->get_current_context, st_framebuffer->bind_framebuffers, and
+ st_manager_api->get_current_context, st_context->bind_framebuffers, and
st_api->notify_current_context. He thinks the maintenance of "current
context" belongs to the st manager. What a state tracker cares is the
binding framebuffers. If a state tracker needs to have access to the