Reapplied blur effect to [message]s

This commit is contained in:
Charles Dang 2016-05-13 18:30:09 +11:00
parent 3242a0f0eb
commit eb943e57af
3 changed files with 13 additions and 11 deletions

View file

@ -310,6 +310,16 @@
[/column]
#enddef
#define DEFAULT_BLUR
[pre_commit]
[blur]
depth = 5
[/blur]
[/pre_commit]
#enddef
###############################################################################
### ###
### Macros for the normal gui. ###

View file

@ -20,6 +20,8 @@
[draw]
{DEFAULT_BLUR}
[image]
x = 0
y = 0

View file

@ -126,18 +126,8 @@
[/window_definition]
#enddef
#define _BLUR
[pre_commit]
[blur]
depth = 5
[/blur]
[/pre_commit]
#enddef
{_GUI_WINDOW "default" "The default window" "opaque" ()}
{_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65" ({_BLUR})}
{_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65" ({DEFAULT_BLUR})}
# Special definition for a minimal-border style
[window_definition]