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
0a5e6614
Kaydet (Commit)
0a5e6614
authored
Haz 25, 2014
tarafından
Andrzej Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
LOK: tiled rendering / svp includes are Linux only too for now.
Change-Id: Iacd8554698f309f79208fd8390800ae2c5fd8085
üst
e5fb9829
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
init.cxx
desktop/source/lib/init.cxx
+4
-1
No files found.
desktop/source/lib/init.cxx
Dosyayı görüntüle @
0a5e6614
...
@@ -49,11 +49,14 @@
...
@@ -49,11 +49,14 @@
#include <salinst.hxx>
#include <salinst.hxx>
// Tiled Rendering is Linux only for now.
#if defined(UNX) && !defined(MACOSX) && !defined(ENABLE_HEADLESS)
// And let's also grab the SvpSalInstance and SvpSalVirtualDevice
// And let's also grab the SvpSalInstance and SvpSalVirtualDevice
#include <headless/svpinst.hxx>
#include <headless/svpinst.hxx>
#include <headless/svpvd.hxx>
#include <headless/svpvd.hxx>
#include <basebmp/bitmapdevice.hxx>
#include <basebmp/bitmapdevice.hxx>
#endif
using
namespace
css
;
using
namespace
css
;
using
namespace
utl
;
using
namespace
utl
;
...
@@ -448,7 +451,7 @@ void doc_paintTile (LibreOfficeKitDocument* pThis,
...
@@ -448,7 +451,7 @@ void doc_paintTile (LibreOfficeKitDocument* pThis,
Application
::
AcquireSolarMutex
(
1
);
Application
::
AcquireSolarMutex
(
1
);
{
{
#if defined(UNX) && !defined(MACOSX)
#if defined(UNX) && !defined(MACOSX)
&& !defined(ENABLE_HEADLESS)
ImplSVData
*
pSVData
=
ImplGetSVData
();
ImplSVData
*
pSVData
=
ImplGetSVData
();
SvpSalInstance
*
pSalInstance
=
static_cast
<
SvpSalInstance
*
>
(
pSVData
->
mpDefInst
);
SvpSalInstance
*
pSalInstance
=
static_cast
<
SvpSalInstance
*
>
(
pSVData
->
mpDefInst
);
pSalInstance
->
setBitCountFormatMapping
(
32
,
::
basebmp
::
FORMAT_THIRTYTWO_BIT_TC_MASK_RGBA
);
pSalInstance
->
setBitCountFormatMapping
(
32
,
::
basebmp
::
FORMAT_THIRTYTWO_BIT_TC_MASK_RGBA
);
...
...
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