mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1354 - Fix typo
This commit is contained in:
parent
9d76eb5791
commit
305537e8d6
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,7 @@ GLContextGLX::MakeCurrentImpl(bool aForce)
|
|||
Unused << XPending(mDisplay);
|
||||
}
|
||||
if (IsDestroyed()) {
|
||||
MOZ_ALWAYS_TRUE(mGLX->xMakeCurrent(mDisplay, X11None, nullptr);
|
||||
MOZ_ALWAYS_TRUE(mGLX->xMakeCurrent(mDisplay, X11None, nullptr));
|
||||
return false; // We did not MakeCurrent mContext, but that's what we wanted!
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue