mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:37:35 +00:00
LibGfx+PDFViewer: Add RotationDirection::Flip and use it in PDFViewer
No behavior change.
This commit is contained in:
parent
5b223080ae
commit
29f5182e51
3 changed files with 22 additions and 10 deletions
|
@ -86,7 +86,8 @@ struct BackingStore;
|
|||
|
||||
enum class RotationDirection {
|
||||
CounterClockwise,
|
||||
Clockwise
|
||||
Flip,
|
||||
Clockwise,
|
||||
};
|
||||
|
||||
class Bitmap : public RefCounted<Bitmap> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue