summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2019-12-28 20:53:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-29 19:00:53 +0100
commit50c302a280763968d1bc01f2fc7bd38dd463bb79 (patch)
tree58d803863c7f17d4ddcbb24367ec56d7760d93a3 /include
parentf1656f7db9c0e00b1c9907d382a3e5e4cbdc5edd (diff)
support converting images to 32-bit
not sure where this is coming from, but without it, I see warning messages about bitmaps having the wrong depth Change-Id: Iee1a68ced73333a22b811dc31afb32df14709f18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85946 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/bitmap.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx
index 3d57e5dfe741..329a40ec6ef1 100644
--- a/include/vcl/bitmap.hxx
+++ b/include/vcl/bitmap.hxx
@@ -71,6 +71,7 @@ enum class BmpConversion
N8BitGreys,
N8BitColors,
N24Bit,
+ N32Bit,
N8BitTrans,
Ghosted
};