summaryrefslogtreecommitdiff
path: root/Base/res/icons/themes/Default
diff options
context:
space:
mode:
authorTom <tomut@yahoo.com>2021-02-08 17:27:51 -0700
committerAndreas Kling <kling@serenityos.org>2021-02-09 18:47:43 +0100
commit0ce4b9d7dba09d3fe65e2f0ca0bdd275adf1c93b (patch)
tree06025c6465fb1afcc647d1e0431af52bb4b55e7d /Base/res/icons/themes/Default
parent72fdab7bfb50505e23db0412be7c694c7b00eb66 (diff)
downloadserenity-0ce4b9d7dba09d3fe65e2f0ca0bdd275adf1c93b.zip
WindowServer: Implement simple window shadows
This implements simple window shadows around most windows, including tooltips. Because this method uses a bitmap for the shadow bits, it is limited to rectangular window frames. For non-rectangular window frames we'll need to implement a more sophisticated algorithm.
Diffstat (limited to 'Base/res/icons/themes/Default')
-rw-r--r--Base/res/icons/themes/Default/window-shadow.pngbin0 -> 6136 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/themes/Default/window-shadow.png b/Base/res/icons/themes/Default/window-shadow.png
new file mode 100644
index 0000000000..87f71fb51d
--- /dev/null
+++ b/Base/res/icons/themes/Default/window-shadow.png
Binary files differ