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
751c5f5b
Kaydet (Commit)
751c5f5b
authored
Agu 31, 2015
tarafından
Thorsten Behrens
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert "werror: fix build in vcl"
This reverts commit
5191fcb1
. Earlier, better fix was
831c69f9
üst
3286c6c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
OpenGLContext.cxx
vcl/source/opengl/OpenGLContext.cxx
+0
-5
No files found.
vcl/source/opengl/OpenGLContext.cxx
Dosyayı görüntüle @
751c5f5b
...
@@ -785,13 +785,9 @@ bool OpenGLContext::ImplInit()
...
@@ -785,13 +785,9 @@ bool OpenGLContext::ImplInit()
glXSwapInterval
(
1
);
glXSwapInterval
(
1
);
if
(
errorTriggered
)
if
(
errorTriggered
)
{
SAL_WARN
(
"vcl.opengl"
,
"error when trying to set swap interval, NVIDIA or Mesa bug?"
);
SAL_WARN
(
"vcl.opengl"
,
"error when trying to set swap interval, NVIDIA or Mesa bug?"
);
}
else
else
{
VCL_GL_INFO
(
"vcl.opengl"
,
"set swap interval to 1 (enable vsync)"
);
VCL_GL_INFO
(
"vcl.opengl"
,
"set swap interval to 1 (enable vsync)"
);
}
}
}
}
}
...
@@ -1363,7 +1359,6 @@ void OpenGLContext::makeCurrent()
...
@@ -1363,7 +1359,6 @@ void OpenGLContext::makeCurrent()
// move the context to the end of the contexts list
// move the context to the end of the contexts list
static
int
nSwitch
=
0
;
static
int
nSwitch
=
0
;
(
void
)
nSwitch
;
// -Werror=unused-variable
VCL_GL_INFO
(
"vcl.opengl"
,
"******* CONTEXT SWITCH "
<<
++
nSwitch
<<
" *********"
);
VCL_GL_INFO
(
"vcl.opengl"
,
"******* CONTEXT SWITCH "
<<
++
nSwitch
<<
" *********"
);
if
(
mpNextContext
)
if
(
mpNextContext
)
{
{
...
...
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