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
ced906ea
Kaydet (Commit)
ced906ea
authored
Haz 29, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tweak for internal cairo
üst
9302fd5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
Library_vclplug_gen.mk
vcl/Library_vclplug_gen.mk
+10
-6
salgdi3.cxx
vcl/unx/generic/gdi/salgdi3.cxx
+6
-0
No files found.
vcl/Library_vclplug_gen.mk
Dosyayı görüntüle @
ced906ea
...
@@ -65,11 +65,21 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_gen,\
...
@@ -65,11 +65,21 @@ $(eval $(call gb_Library_add_linked_libs,vclplug_gen,\
))
))
ifeq ($(SYSTEM_CAIRO),YES)
ifeq ($(SYSTEM_CAIRO),YES)
$(eval $(call gb_Library_set_cxxflags,vclplug_gen,\
$$(CXXFLAGS) \
$$(CAIRO_CFLAGS) \
-DSYSTEM_CAIRO \
))
$(eval $(call gb_Library_set_ldflags,vclplug_gen,\
$(eval $(call gb_Library_set_ldflags,vclplug_gen,\
$$(LDFLAGS) \
$$(LDFLAGS) \
$$(CAIRO_LIBS) \
$$(CAIRO_LIBS) \
))
))
else
else
$(eval $(call gb_Library_set_cxxflags,vclplug_gen,\
$$(CXXFLAGS) \
$$(FONTCONFIG_CFLAGS) \
$$(FREETYPE_CFLAGS) \
))
$(eval $(call gb_Library_add_linked_libs,vclplug_gen,\
$(eval $(call gb_Library_add_linked_libs,vclplug_gen,\
cairo \
cairo \
))
))
...
@@ -130,12 +140,6 @@ $(eval $(call gb_Library_set_defs,vclplug_gen,\
...
@@ -130,12 +140,6 @@ $(eval $(call gb_Library_set_defs,vclplug_gen,\
-DVCLPLUG_GEN_IMPLEMENTATION \
-DVCLPLUG_GEN_IMPLEMENTATION \
))
))
## unconditional cairo
$(eval $(call gb_Library_set_cxxflags,vclplug_gen,\
$$(CXXFLAGS) \
$$(CAIRO_CFLAGS) \
))
## handle RandR
## handle RandR
ifneq ($(ENABLE_RANDR),)
ifneq ($(ENABLE_RANDR),)
$(eval $(call gb_Library_set_defs,vclplug_gen,\
$(eval $(call gb_Library_set_defs,vclplug_gen,\
...
...
vcl/unx/generic/gdi/salgdi3.cxx
Dosyayı görüntüle @
ced906ea
...
@@ -83,9 +83,15 @@
...
@@ -83,9 +83,15 @@
#include <graphite_serverfont.hxx>
#include <graphite_serverfont.hxx>
#endif
#endif
#ifdef SYSTEM_CAIRO
#include <cairo.h>
#include <cairo.h>
#include <cairo-ft.h>
#include <cairo-ft.h>
#include <cairo-xlib-xrender.h>
#include <cairo-xlib-xrender.h>
#else
#include <cairo/cairo.h>
#include <cairo/cairo-ft.h>
#include <cairo/cairo-xlib-xrender.h>
#endif
struct
BOX
struct
BOX
{
{
...
...
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