mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
LibGfx: Rename RotationDirection members
Left => CounterClockwise Right => Clockwise Makes much more sense for a rotation
This commit is contained in:
parent
f7ea1eb610
commit
fbe712e265
3 changed files with 5 additions and 5 deletions
|
@ -83,8 +83,8 @@ static StorageFormat determine_storage_format(BitmapFormat format)
|
|||
struct BackingStore;
|
||||
|
||||
enum RotationDirection {
|
||||
Left,
|
||||
Right
|
||||
CounterClockwise,
|
||||
Clockwise
|
||||
};
|
||||
|
||||
class Bitmap : public RefCounted<Bitmap> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue