summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-05-03 01:38:24 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-05-03 01:38:24 +0200
commitea9a39a9f2203b12271ffe65ad3920a1a32c856f (patch)
tree590f6242d24450a55d0785845bd4274f9edf8045 /Base/res
parent34c5db61aa140b83f781425da86cd84404c6bc1e (diff)
downloadserenity-ea9a39a9f2203b12271ffe65ad3920a1a32c856f.zip
LibGUI+WindowServer: Add a GResizeCorner widget.
This widget is automatically included in GStatusBar, but can be added in any other place, too. When clicked (with the left button), it initiates a window resize (using a WM request.) In this patch I also fixed up some issues with override cursors being cleared after the WindowServer finishes a drag or resize.
Diffstat (limited to 'Base/res')
-rw-r--r--Base/res/icons/resize-corner.pngbin0 -> 127 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/resize-corner.png b/Base/res/icons/resize-corner.png
new file mode 100644
index 0000000000..408b88b7da
--- /dev/null
+++ b/Base/res/icons/resize-corner.png
Binary files differ