1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

LibPDF: Support all Dest types

This commit is contained in:
Matthew Olsson 2022-03-05 18:25:33 -07:00 committed by Andreas Kling
parent b240d23a87
commit e9342183f0
3 changed files with 57 additions and 30 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, Matthew Olsson <mattco@serenityos.org>
* Copyright (c) 2021-2022, Matthew Olsson <mattco@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
@ -29,6 +29,7 @@
V(D) \
V(DCTDecode) \
V(Dest) \
V(Dests) \
V(DeviceCMYK) \
V(DeviceGray) \
V(DeviceRGB) \