1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00

LibPDF: Alphabetize clip_ fields in RenderingPreferences

No behavior change.
This commit is contained in:
Nico Weber 2024-01-19 20:00:32 -08:00 committed by Andreas Kling
parent 66f8259a0b
commit 90fdf738a1
Notes: sideshowbarker 2024-07-17 00:16:31 +09:00

View file

@ -90,8 +90,8 @@ struct RenderingPreferences {
bool show_clipping_paths { false };
bool show_images { true };
bool clip_paths { true };
bool clip_images { true };
bool clip_paths { true };
unsigned hash() const
{