summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-01-19 23:31:57 +0200
committerTor Lillqvist <tml@iki.fi>2013-01-19 23:47:15 +0200
commit28f794086f4ed0f456ad67a293e81b019a971197 (patch)
tree344c329f43151026556100e561370baa2e6d2f50 /vcl/Library_vcl.mk
parent621d1fba84e13a28843fb7a7befb28e26a6d0a15 (diff)
AquaSalBitmap and IosSalBitmap were identical so unify
Call it QuartzSalBitmap. The more we get rid of that "Aqua" term the better. Aqua is the name of a visual theme, not of an API. The Quartz 2D API is shared between OS X and iOS.
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 29f764fddba9..2454fc3f7b0a 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -439,7 +439,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/aqua/source/dtrans/PictToBmpFlt \
vcl/aqua/source/dtrans/aqua_clipboard \
vcl/aqua/source/dtrans/service_entry \
- vcl/aqua/source/gdi/salbmp \
+ vcl/quartz/salbmp \
vcl/aqua/source/gdi/salcolorutils \
vcl/aqua/source/gdi/salgdicommon \
vcl/aqua/source/gdi/salgdiutils \
@@ -605,7 +605,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/coretext/salcoretextfontutils \
vcl/coretext//salcoretextlayout \
vcl/coretext//salcoretextstyle \
- vcl/ios/source/gdi/salbmp \
+ vcl/quartz/salbmp \
vcl/coretext/salgdi \
vcl/ios/source/gdi/salgdicommon \
vcl/ios/source/gdi/salnativewidgets \