summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-31 22:09:10 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-03-31 22:09:10 +0200
commit2334ffcbf8d621c0d4feaa6c1323efc0c130e3dc (patch)
treece326ef483dd82fa85dafdb3d96560bf635de3d3 /Base
parent25f28a54a131c4aa188ba2c4c453c1b1648d02c6 (diff)
downloadserenity-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.pngbin0 -> 466 bytes
-rw-r--r--Base/res/cursors/disallowed.pngbin0 -> 500 bytes
-rw-r--r--Base/res/cursors/i-beam.pngbin0 -> 280 bytes
-rw-r--r--Base/res/cursors/resize-diagonal-bltr.pngbin0 -> 463 bytes
-rw-r--r--Base/res/cursors/resize-diagonal-tlbr.pngbin0 -> 456 bytes
-rw-r--r--Base/res/cursors/resize-horizontal.pngbin0 -> 7484 bytes
-rw-r--r--Base/res/cursors/resize-vertical.pngbin0 -> 7461 bytes
7 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/cursors/arrow.png b/Base/res/cursors/arrow.png
new file mode 100644
index 0000000000..427b92027a
--- /dev/null
+++ b/Base/res/cursors/arrow.png
Binary files differ
diff --git a/Base/res/cursors/disallowed.png b/Base/res/cursors/disallowed.png
new file mode 100644
index 0000000000..5d7d5f26cd
--- /dev/null
+++ b/Base/res/cursors/disallowed.png
Binary files differ
diff --git a/Base/res/cursors/i-beam.png b/Base/res/cursors/i-beam.png
new file mode 100644
index 0000000000..febaa9d0a8
--- /dev/null
+++ b/Base/res/cursors/i-beam.png
Binary files differ
diff --git a/Base/res/cursors/resize-diagonal-bltr.png b/Base/res/cursors/resize-diagonal-bltr.png
new file mode 100644
index 0000000000..9a6fc76681
--- /dev/null
+++ b/Base/res/cursors/resize-diagonal-bltr.png
Binary files differ
diff --git a/Base/res/cursors/resize-diagonal-tlbr.png b/Base/res/cursors/resize-diagonal-tlbr.png
new file mode 100644
index 0000000000..2c51df5bfb
--- /dev/null
+++ b/Base/res/cursors/resize-diagonal-tlbr.png
Binary files differ
diff --git a/Base/res/cursors/resize-horizontal.png b/Base/res/cursors/resize-horizontal.png
new file mode 100644
index 0000000000..e6b714f736
--- /dev/null
+++ b/Base/res/cursors/resize-horizontal.png
Binary files differ
diff --git a/Base/res/cursors/resize-vertical.png b/Base/res/cursors/resize-vertical.png
new file mode 100644
index 0000000000..a0b493ce8c
--- /dev/null
+++ b/Base/res/cursors/resize-vertical.png
Binary files differ