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
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
{