summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2010-03-04 11:36:12 +0800
committerChia-I Wu <olvaffe@gmail.com>2010-03-04 11:37:05 +0800
commit58392ee9459a99ff44d1b6acbcae69832f11818d (patch)
treeb446420254ed7406390a1bcda27c23ec23231474
parentbdeeb17897d792f398341f0a2e60964db73e6170 (diff)
Minor comment cleanup.
-rw-r--r--st_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/st_api.h b/st_api.h
index b465d6b..9b59357 100644
--- a/st_api.h
+++ b/st_api.h
@@ -347,8 +347,6 @@ struct st_api
/**
* Create a rendering context.
- *
- * XXX: Is visual needed?
*/
struct st_context_iface *(*create_context)(struct st_api *stapi,
struct st_manager *smapi,
@@ -357,6 +355,8 @@ struct st_api
/**
* Bind the context to the calling thread with draw and read as drawables.
+ *
+ * The framebuffers might have different visuals than the context does.
*/
boolean (*make_current)(struct st_api *stapi,
struct st_context_iface *stctxi,