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
bf1b1b9f
Kaydet (Commit)
bf1b1b9f
authored
Ock 17, 2011
tarafından
Pierre-André Jacquod
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix after variable renaming (pXrenderformat)
üst
b8127a54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cairo_xlib_cairo.cxx
canvas/source/cairo/cairo_xlib_cairo.cxx
+2
-2
No files found.
canvas/source/cairo/cairo_xlib_cairo.cxx
Dosyayı görüntüle @
bf1b1b9f
...
...
@@ -76,7 +76,7 @@ namespace cairo
nScreen
(
pSysDat
.
nScreen
),
nDepth
(
pSysDat
.
nDepth
),
aColormap
(
pSysDat
.
aColormap
),
pRenderFormat
(
pSysDat
.
pRenderFormat
)
p
X
RenderFormat
(
pSysDat
.
pRenderFormat
)
{}
X11SysData
::
X11SysData
(
const
SystemEnvData
&
pSysDat
)
:
...
...
@@ -263,7 +263,7 @@ namespace cairo
aSystemGraphicsData
.
nSize
=
sizeof
(
SystemGraphicsData
);
aSystemGraphicsData
.
hDrawable
=
getDrawable
();
aSystemGraphicsData
.
pRenderFormat
=
getRenderFormat
();
aSystemGraphicsData
.
p
X
RenderFormat
=
getRenderFormat
();
return
boost
::
shared_ptr
<
VirtualDevice
>
(
new
VirtualDevice
(
&
aSystemGraphicsData
,
getDepth
()
));
...
...
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