summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,