mirror of https://github.com/adamdruppe/arsd.git
Cleanup
This commit is contained in:
parent
e12846e996
commit
44dfc72d78
|
@ -8,18 +8,23 @@ module arsd.pixmappaint;
|
|||
import arsd.color;
|
||||
import arsd.core;
|
||||
|
||||
///
|
||||
alias Pixel = Color;
|
||||
alias Color = arsd.color.Color;
|
||||
|
||||
///
|
||||
alias ColorF = arsd.color.ColorF;
|
||||
|
||||
///
|
||||
alias Size = arsd.color.Size;
|
||||
alias Pixel = Color;
|
||||
|
||||
///
|
||||
alias Point = arsd.color.Point;
|
||||
|
||||
///
|
||||
alias Rectangle = arsd.color.Rectangle;
|
||||
|
||||
///
|
||||
alias Size = arsd.color.Size;
|
||||
|
||||
// verify assumption(s)
|
||||
static assert(Pixel.sizeof == uint.sizeof);
|
||||
|
||||
|
|
|
@ -87,7 +87,6 @@
|
|||
|
||||
---
|
||||
import arsd.pixmappresenter;
|
||||
import arsd.simpledisplay : MouseEvent;
|
||||
|
||||
int main() {
|
||||
// Internal resolution of the images (“frames”) we will render.
|
||||
|
|
Loading…
Reference in New Issue