mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 662649. DrawFPS: Add a comment about why DrawFPS is a little weird.
This commit is contained in:
parent
f15d555c8f
commit
d2cc193c0b
@ -538,6 +538,8 @@ LayerManagerOGL::RootLayer() const
|
||||
return static_cast<LayerOGL*>(mRoot->ImplData());
|
||||
}
|
||||
|
||||
/* This function tries to stick to portable C89 as much as possible
|
||||
* so that it can be easily copied into other applications */
|
||||
void
|
||||
LayerManagerOGL::FPSState::DrawFPS(GLContext* context, CopyProgram* copyprog)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user