diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-12-03 00:23:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-12-03 00:26:49 +0200 |
commit | 65dc2fdc67537fe061052d53811c10bf03d5a113 (patch) | |
tree | d21f71a6e3fb72e77464b4cf8dd770f53d1848df /vcl/quartz | |
parent | cf61ce8bc95ba0bc27070b503360dc5ac7a204b3 (diff) |
There is nothing called "Quartz layer"
We mean CGLayer, so say so.
Change-Id: Iaa24471ce790114dc5cf2bbf353f9aa4a1d59893
Diffstat (limited to 'vcl/quartz')
-rw-r--r-- | vcl/quartz/salvd.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/salvd.cxx b/vcl/quartz/salvd.cxx index 57ba971a927a..6462a51573ce 100644 --- a/vcl/quartz/salvd.cxx +++ b/vcl/quartz/salvd.cxx @@ -228,7 +228,7 @@ bool AquaSalVirtualDevice::SetSize( tools::Long nDX, tools::Long nDY ) mnWidth = nDX; mnHeight = nDY; - // create a Quartz layer matching to the intended virdev usage + // create a CGLayer matching to the intended virdev usage CGContextHolder xCGContextHolder; if( mnBitmapDepth && (mnBitmapDepth < 16) ) { |