From 58392ee9459a99ff44d1b6acbcae69832f11818d Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 4 Mar 2010 11:36:12 +0800 Subject: Minor comment cleanup. --- st_api.h | 4 ++-- 1 file 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, -- cgit v1.2.3