wgl: update some comments

This commit is contained in:
Brian Paul
2012-08-24 11:45:05 -06:00
parent 4b7c0938e4
commit 229868edf7
2 changed files with 2 additions and 2 deletions
@@ -37,7 +37,7 @@ struct st_framebuffer_iface;
struct stw_pixelformat_info;
/**
* Windows framebuffer, derived from gl_framebuffer.
* Windows framebuffer.
*/
struct stw_framebuffer
{
+1 -1
View File
@@ -78,7 +78,7 @@ struct stw_winsys
struct stw_shared_surface *surface);
/**
* Compose into a shared (optional).
* Compose into a shared surface (optional).
*
* Blit the color buffer into a shared surface.
*