mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
wgl: update some comments
This commit is contained in:
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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue