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
f2459052
Kaydet (Commit)
f2459052
authored
May 05, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: remove WIN32_TRANSPARENT
Change-Id: I164106e89cf910c2f9fa6815b23f58ad6c6ee789
üst
c724eebb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
postwin.h
include/postwin.h
+0
-1
salgdi.cxx
vcl/win/source/gdi/salgdi.cxx
+1
-1
salframe.cxx
vcl/win/source/window/salframe.cxx
+2
-2
No files found.
include/postwin.h
Dosyayı görüntüle @
f2459052
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
// so it doesn't conflict with enum values
// so it doesn't conflict with enum values
#undef OPAQUE
#undef OPAQUE
#define WIN32_TRANSPARENT 1
#undef WB_LEFT
#undef WB_LEFT
#undef WB_RIGHT
#undef WB_RIGHT
...
...
vcl/win/source/gdi/salgdi.cxx
Dosyayı görüntüle @
f2459052
...
@@ -485,7 +485,7 @@ void WinSalGraphics::InitGraphics()
...
@@ -485,7 +485,7 @@ void WinSalGraphics::InitGraphics()
}
}
::
SetTextAlign
(
getHDC
(),
TA_BASELINE
|
TA_LEFT
|
TA_NOUPDATECP
);
::
SetTextAlign
(
getHDC
(),
TA_BASELINE
|
TA_LEFT
|
TA_NOUPDATECP
);
::
SetBkMode
(
getHDC
(),
WIN32_
TRANSPARENT
);
::
SetBkMode
(
getHDC
(),
TRANSPARENT
);
::
SetROP2
(
getHDC
(),
R2_COPYPEN
);
::
SetROP2
(
getHDC
(),
R2_COPYPEN
);
mpImpl
->
Init
();
mpImpl
->
Init
();
...
...
vcl/win/source/window/salframe.cxx
Dosyayı görüntüle @
f2459052
...
@@ -3402,7 +3402,7 @@ static long ImplHandleKeyMsg( HWND hWnd, UINT nMsg,
...
@@ -3402,7 +3402,7 @@ static long ImplHandleKeyMsg( HWND hWnd, UINT nMsg,
// as some tools such as RichWin may have changed it
// as some tools such as RichWin may have changed it
if
(
pFrame
->
mpGraphics
&&
if
(
pFrame
->
mpGraphics
&&
pFrame
->
mpGraphics
->
getHDC
()
)
pFrame
->
mpGraphics
->
getHDC
()
)
SetBkMode
(
pFrame
->
mpGraphics
->
getHDC
(),
WIN32_
TRANSPARENT
);
SetBkMode
(
pFrame
->
mpGraphics
->
getHDC
(),
TRANSPARENT
);
// determine modifiers
// determine modifiers
if
(
GetKeyState
(
VK_SHIFT
)
&
0x8000
)
if
(
GetKeyState
(
VK_SHIFT
)
&
0x8000
)
...
@@ -5135,7 +5135,7 @@ static bool ImplHandleIMEComposition( HWND hWnd, LPARAM lParam )
...
@@ -5135,7 +5135,7 @@ static bool ImplHandleIMEComposition( HWND hWnd, LPARAM lParam )
// as some tools such as RichWin may have changed it
// as some tools such as RichWin may have changed it
if
(
pFrame
->
mpGraphics
&&
if
(
pFrame
->
mpGraphics
&&
pFrame
->
mpGraphics
->
getHDC
()
)
pFrame
->
mpGraphics
->
getHDC
()
)
SetBkMode
(
pFrame
->
mpGraphics
->
getHDC
(),
WIN32_
TRANSPARENT
);
SetBkMode
(
pFrame
->
mpGraphics
->
getHDC
(),
TRANSPARENT
);
}
}
if
(
pFrame
&&
pFrame
->
mbHandleIME
)
if
(
pFrame
&&
pFrame
->
mbHandleIME
)
...
...
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