Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2ad35523
Kaydet (Commit)
2ad35523
authored
Kas 07, 2014
tarafından
Michael Meeks
Kaydeden (comit)
Markus Mohrhard
Kas 10, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make it easy to disable OpenGL in the environment.
Change-Id: I9ea0c9f7345e0cbad9ebb51ab724dada7ce77106
üst
999fc135
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
OpenGLHelper.cxx
vcl/source/opengl/OpenGLHelper.cxx
+2
-1
No files found.
vcl/source/opengl/OpenGLHelper.cxx
Dosyayı görüntüle @
2ad35523
...
@@ -360,7 +360,8 @@ void OpenGLHelper::checkGLError(const char* pFile, size_t nLine)
...
@@ -360,7 +360,8 @@ void OpenGLHelper::checkGLError(const char* pFile, size_t nLine)
bool
OpenGLHelper
::
supportsVCLOpenGL
()
bool
OpenGLHelper
::
supportsVCLOpenGL
()
{
{
return
true
;
static
bool
bDisableGL
=
!
getenv
(
"SAL_DISABLEGL"
);
return
bDisableGL
;
}
}
#if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID
#if defined UNX && !defined MACOSX && !defined IOS && !defined ANDROID
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment