mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 978414 - GLContextCGL::IsDoubleBuffered should be const at definition. - r=bustage on a CLOSED TREE
This commit is contained in:
parent
304ca88775
commit
455a10d14e
@ -163,7 +163,7 @@ GLContextCGL::SetupLookupFunction()
|
||||
}
|
||||
|
||||
bool
|
||||
GLContextCGL::IsDoubleBuffered()
|
||||
GLContextCGL::IsDoubleBuffered() const
|
||||
{
|
||||
return gUseDoubleBufferedWindows;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user