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
fec95ebb
Kaydet (Commit)
fec95ebb
authored
Eyl 01, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
windows opengl: When the 2nd param is NULL, the 1st is ignored anyway.
Change-Id: I840e8bb2d2ccae869c330bb32dba484b4a835a51
üst
244c4571
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OpenGLContext.cxx
vcl/source/opengl/OpenGLContext.cxx
+2
-2
No files found.
vcl/source/opengl/OpenGLContext.cxx
Dosyayı görüntüle @
fec95ebb
...
...
@@ -1208,7 +1208,7 @@ void OpenGLContext::reset()
if
(
itr
!=
g_vShareList
.
end
())
g_vShareList
.
erase
(
itr
);
wglMakeCurrent
(
m_aGLWin
.
hDC
,
0
);
wglMakeCurrent
(
NULL
,
NULL
);
wglDeleteContext
(
m_aGLWin
.
hRC
);
ReleaseDC
(
m_aGLWin
.
hWnd
,
m_aGLWin
.
hDC
);
}
...
...
@@ -1385,7 +1385,7 @@ void OpenGLContext::resetCurrent()
OpenGLZone
aZone
;
#if defined( WNT )
wglMakeCurrent
(
m_aGLWin
.
hDC
,
0
);
wglMakeCurrent
(
NULL
,
NULL
);
#elif defined( MACOSX )
(
void
)
this
;
// loplugin:staticmethods
OpenGLWrapper
::
resetCurrent
();
...
...
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