diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-13 05:08:26 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-13 05:31:07 +0100 |
commit | f7261d7b263e4b1ebeb3827a14970b379d1dad7f (patch) | |
tree | cafde2f96c2779ed55660bdc7121bd7048e99628 /Userland/.gitignore | |
parent | b2d86b75970b0a7d861ca56b73a6e875e0b0909a (diff) | |
download | serenity-f7261d7b263e4b1ebeb3827a14970b379d1dad7f.zip |
Let's use the existing Rect and Color types in the GUI API.
Any type that doesn't depend on indirect data can probably be used here.
Diffstat (limited to 'Userland/.gitignore')
-rw-r--r-- | Userland/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/.gitignore b/Userland/.gitignore index a7e9d82205..94dd3a2a12 100644 --- a/Userland/.gitignore +++ b/Userland/.gitignore @@ -21,3 +21,4 @@ mkdir touch sync more +guitest |