summaryrefslogtreecommitdiff
path: root/Base/res/themes
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/themes
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/themes')
-rw-r--r--Base/res/themes/Default.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini
index dbeeed62d1..8b2eabe594 100644
--- a/Base/res/themes/Default.ini
+++ b/Base/res/themes/Default.ini
@@ -71,3 +71,7 @@ TooltipText=black
TitleHeight=19
TitleButtonWidth=15
TitleButtonHeight=15
+
+[Paths]
+WindowShadow=/res/icons/themes/Default/window-shadow.png
+