mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
parent
886642abc1
commit
121456f05a
19 changed files with 0 additions and 254 deletions
|
|
@ -35,8 +35,6 @@
|
|||
#include "GLScreenBuffer.h"
|
||||
#include "gfxPrefs.h"
|
||||
|
||||
#include "gfxCrashReporterUtils.h"
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK
|
||||
#include "gfxPlatformGtk.h"
|
||||
#endif
|
||||
|
|
@ -93,13 +91,11 @@ GLXLibrary::EnsureInitialized()
|
|||
libGLfilename = "libGL.so.1";
|
||||
#endif
|
||||
|
||||
ScopedGfxFeatureReporter reporter(libGLfilename, forceFeatureReport);
|
||||
mOGLLibrary = PR_LoadLibrary(libGLfilename);
|
||||
if (!mOGLLibrary) {
|
||||
NS_WARNING("Couldn't load OpenGL shared library.");
|
||||
return false;
|
||||
}
|
||||
reporter.SetSuccessful();
|
||||
}
|
||||
|
||||
if (gfxEnv::GlxDebug()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue