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
87b2bc2c
Kaydet (Commit)
87b2bc2c
authored
Ara 11, 2013
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use static for this getenv call too.
Change-Id: Ieb8dd13763c6d5e6d30ce641683de79d89d135df
üst
58b46086
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
salframe.cxx
vcl/win/source/window/salframe.cxx
+2
-1
No files found.
vcl/win/source/window/salframe.cxx
Dosyayı görüntüle @
87b2bc2c
...
@@ -291,7 +291,8 @@ SalFrame* ImplSalCreateFrame( WinSalInstance* pInst,
...
@@ -291,7 +291,8 @@ SalFrame* ImplSalCreateFrame( WinSalInstance* pInst,
DWORD
nExSysStyle
=
0
;
DWORD
nExSysStyle
=
0
;
sal_Bool
bSubFrame
=
FALSE
;
sal_Bool
bSubFrame
=
FALSE
;
if
(
getenv
(
"SAL_SYNCHRONIZE"
)
)
// no buffering of drawing commands
static
const
char
*
pEnvSynchronize
=
getenv
(
"SAL_SYNCHRONIZE"
);
if
(
pEnvSynchronize
)
// no buffering of drawing commands
GdiSetBatchLimit
(
1
);
GdiSetBatchLimit
(
1
);
static
const
char
*
pEnvTransparentFloats
=
getenv
(
"SAL_TRANSPARENT_FLOATS"
);
static
const
char
*
pEnvTransparentFloats
=
getenv
(
"SAL_TRANSPARENT_FLOATS"
);
...
...
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