From 2334ffcbf8d621c0d4feaa6c1323efc0c130e3dc Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 31 Mar 2019 22:09:10 +0200 Subject: 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. --- Base/res/cursors/arrow.png | Bin 0 -> 466 bytes Base/res/cursors/disallowed.png | Bin 0 -> 500 bytes Base/res/cursors/i-beam.png | Bin 0 -> 280 bytes Base/res/cursors/resize-diagonal-bltr.png | Bin 0 -> 463 bytes Base/res/cursors/resize-diagonal-tlbr.png | Bin 0 -> 456 bytes Base/res/cursors/resize-horizontal.png | Bin 0 -> 7484 bytes Base/res/cursors/resize-vertical.png | Bin 0 -> 7461 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Base/res/cursors/arrow.png create mode 100644 Base/res/cursors/disallowed.png create mode 100644 Base/res/cursors/i-beam.png create mode 100644 Base/res/cursors/resize-diagonal-bltr.png create mode 100644 Base/res/cursors/resize-diagonal-tlbr.png create mode 100644 Base/res/cursors/resize-horizontal.png create mode 100644 Base/res/cursors/resize-vertical.png (limited to 'Base') diff --git a/Base/res/cursors/arrow.png b/Base/res/cursors/arrow.png new file mode 100644 index 0000000000..427b92027a Binary files /dev/null and b/Base/res/cursors/arrow.png differ diff --git a/Base/res/cursors/disallowed.png b/Base/res/cursors/disallowed.png new file mode 100644 index 0000000000..5d7d5f26cd Binary files /dev/null and b/Base/res/cursors/disallowed.png differ diff --git a/Base/res/cursors/i-beam.png b/Base/res/cursors/i-beam.png new file mode 100644 index 0000000000..febaa9d0a8 Binary files /dev/null and b/Base/res/cursors/i-beam.png 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 Binary files /dev/null and b/Base/res/cursors/resize-diagonal-bltr.png 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 Binary files /dev/null and b/Base/res/cursors/resize-diagonal-tlbr.png differ diff --git a/Base/res/cursors/resize-horizontal.png b/Base/res/cursors/resize-horizontal.png new file mode 100644 index 0000000000..e6b714f736 Binary files /dev/null and b/Base/res/cursors/resize-horizontal.png differ diff --git a/Base/res/cursors/resize-vertical.png b/Base/res/cursors/resize-vertical.png new file mode 100644 index 0000000000..a0b493ce8c Binary files /dev/null and b/Base/res/cursors/resize-vertical.png differ -- cgit v1.2.3