diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-03-31 22:09:10 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-03-31 22:09:10 +0200 |
commit | 2334ffcbf8d621c0d4feaa6c1323efc0c130e3dc (patch) | |
tree | ce326ef483dd82fa85dafdb3d96560bf635de3d3 /Base | |
parent | 25f28a54a131c4aa188ba2c4c453c1b1648d02c6 (diff) | |
download | serenity-2334ffcbf8d621c0d4feaa6c1323efc0c130e3dc.zip |
WindowServer: Add a WSCursor class (a bitmap and a hotspot.)
Also import a bunch of cursors I drew. Only the default ("arrow") cursor is
ever used so far.
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/cursors/arrow.png | bin | 0 -> 466 bytes |
-rw-r--r-- | Base/res/cursors/disallowed.png | bin | 0 -> 500 bytes |
-rw-r--r-- | Base/res/cursors/i-beam.png | bin | 0 -> 280 bytes |
-rw-r--r-- | Base/res/cursors/resize-diagonal-bltr.png | bin | 0 -> 463 bytes |
-rw-r--r-- | Base/res/cursors/resize-diagonal-tlbr.png | bin | 0 -> 456 bytes |
-rw-r--r-- | Base/res/cursors/resize-horizontal.png | bin | 0 -> 7484 bytes |
-rw-r--r-- | Base/res/cursors/resize-vertical.png | bin | 0 -> 7461 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/cursors/arrow.png b/Base/res/cursors/arrow.png Binary files differnew file mode 100644 index 0000000000..427b92027a --- /dev/null +++ b/Base/res/cursors/arrow.png diff --git a/Base/res/cursors/disallowed.png b/Base/res/cursors/disallowed.png Binary files differnew file mode 100644 index 0000000000..5d7d5f26cd --- /dev/null +++ b/Base/res/cursors/disallowed.png diff --git a/Base/res/cursors/i-beam.png b/Base/res/cursors/i-beam.png Binary files differnew file mode 100644 index 0000000000..febaa9d0a8 --- /dev/null +++ b/Base/res/cursors/i-beam.png diff --git a/Base/res/cursors/resize-diagonal-bltr.png b/Base/res/cursors/resize-diagonal-bltr.png Binary files differnew file mode 100644 index 0000000000..9a6fc76681 --- /dev/null +++ b/Base/res/cursors/resize-diagonal-bltr.png diff --git a/Base/res/cursors/resize-diagonal-tlbr.png b/Base/res/cursors/resize-diagonal-tlbr.png Binary files differnew file mode 100644 index 0000000000..2c51df5bfb --- /dev/null +++ b/Base/res/cursors/resize-diagonal-tlbr.png diff --git a/Base/res/cursors/resize-horizontal.png b/Base/res/cursors/resize-horizontal.png Binary files differnew file mode 100644 index 0000000000..e6b714f736 --- /dev/null +++ b/Base/res/cursors/resize-horizontal.png diff --git a/Base/res/cursors/resize-vertical.png b/Base/res/cursors/resize-vertical.png Binary files differnew file mode 100644 index 0000000000..a0b493ce8c --- /dev/null +++ b/Base/res/cursors/resize-vertical.png |