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
998c64ea
Kaydet (Commit)
998c64ea
authored
Eyl 02, 2015
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add SAL_DISABLE_GL_WATCHDOG env. var for obvious reasons.
Change-Id: Iec7cb6504a389972d8187954d5ed7aff94f2e01c
üst
54962518
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
README.vars
vcl/README.vars
+2
-0
OpenGLHelper.cxx
vcl/source/opengl/OpenGLHelper.cxx
+2
-1
No files found.
vcl/README.vars
Dosyayı görüntüle @
998c64ea
...
...
@@ -22,3 +22,4 @@ OpenGL
SAL_FORCEGL - force enable OpenGL
SAL_WITHOUT_WIDGET_CACHE - disable LRU caching of native widget texutres
SAL_DISABLE_GLYPH_CACHING - don't render glyphs through OpenGL textures
SAL_DISABLE_GL_WATCHDOG - don't start the thread that watches for broken GL drivers
\ No newline at end of file
vcl/source/opengl/OpenGLHelper.cxx
Dosyayı görüntüle @
998c64ea
...
...
@@ -668,7 +668,8 @@ bool OpenGLHelper::isVCLOpenGLEnabled()
}
if
(
bRet
)
{
OpenGLWatchdogThread
::
start
();
if
(
!
getenv
(
"SAL_DISABLE_GL_WATCHDOG"
))
OpenGLWatchdogThread
::
start
();
ImplGetSVData
()
->
maWinData
.
mbNoSaveBackground
=
true
;
}
...
...
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