mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #1354 - Clear the current context when MakeCurrent() fails.
This commit is contained in:
parent
8d600c51ed
commit
9d76eb5791
10 changed files with 81 additions and 95 deletions
|
|
@ -24,7 +24,7 @@ class GLContextCGL : public GLContext
|
|||
{
|
||||
friend class GLContextProviderCGL;
|
||||
|
||||
NSOpenGLContext* mContext;
|
||||
NSOpenGLContext* const mContext;
|
||||
|
||||
public:
|
||||
MOZ_DECLARE_REFCOUNTED_VIRTUAL_TYPENAME(GLContextCGL, override)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue