diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-05-03 01:38:24 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-05-03 01:38:24 +0200 |
commit | ea9a39a9f2203b12271ffe65ad3920a1a32c856f (patch) | |
tree | 590f6242d24450a55d0785845bd4274f9edf8045 /Base/res | |
parent | 34c5db61aa140b83f781425da86cd84404c6bc1e (diff) | |
download | serenity-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.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000000..408b88b7da --- /dev/null +++ b/Base/res/icons/resize-corner.png |