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
5c887ab2
Kaydet (Commit)
5c887ab2
authored
Kas 25, 2014
tarafından
Jan Holesovsky
Kaydeden (comit)
Markus Mohrhard
Kas 29, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
windows opengl: Transparency of the native widgets.
Change-Id: Ifa6ba5735582effc27ac68556c2367077705d1d6
üst
9ec88587
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
salgdi.cxx
vcl/win/source/gdi/salgdi.cxx
+1
-1
salnativewidgets-luna.cxx
vcl/win/source/gdi/salnativewidgets-luna.cxx
+1
-1
No files found.
vcl/win/source/gdi/salgdi.cxx
Dosyayı görüntüle @
5c887ab2
...
...
@@ -610,7 +610,7 @@ OpenGLTexture* OpenGLCompatibleDC::getTexture()
return
NULL
;
// turn what's in the mpData into a texture
return
new
OpenGLTexture
(
maRects
.
mnSrcWidth
,
maRects
.
mnSrcHeight
,
GL_
RGB
A
,
GL_UNSIGNED_BYTE
,
reinterpret_cast
<
sal_uInt8
*>
(
mpData
));
return
new
OpenGLTexture
(
maRects
.
mnSrcWidth
,
maRects
.
mnSrcHeight
,
GL_
BGR
A
,
GL_UNSIGNED_BYTE
,
reinterpret_cast
<
sal_uInt8
*>
(
mpData
));
}
WinSalGraphics
::
WinSalGraphics
(
WinSalGraphics
::
Type
eType
,
bool
bScreen
,
HWND
hWnd
)
:
...
...
vcl/win/source/gdi/salnativewidgets-luna.cxx
Dosyayı görüntüle @
5c887ab2
...
...
@@ -1297,7 +1297,7 @@ bool WinSalGraphics::drawNativeControl( ControlType nType,
return
false
;
pImpl
->
PreDraw
();
pImpl
->
DrawTexture
(
*
pBlackTexture
,
aBlackDC
.
getTwoRect
());
// FIXME combine the textures - DrawTextureSynthesizedAlpha()
pImpl
->
DrawTexture
Diff
(
*
pWhiteTexture
,
*
pBlackTexture
,
aBlackDC
.
getTwoRect
());
pImpl
->
PostDraw
();
bOk
=
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