Reanable blurring for the transient window.
This commit is contained in:
parent
64b998da24
commit
e9c3a0e64c
1 changed files with 17 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
###
|
||||
|
||||
|
||||
#define _GUI_WINDOW ID DESCRIPTION BASE_NAME
|
||||
#define _GUI_WINDOW ID DESCRIPTION BASE_NAME PRE_COMMIT
|
||||
[window_definition]
|
||||
|
||||
id = {ID}
|
||||
|
@ -23,6 +23,8 @@
|
|||
|
||||
[draw]
|
||||
|
||||
{PRE_COMMIT}
|
||||
|
||||
[image]
|
||||
name = "dialogs/{BASE_NAME}-border-topleft.png"
|
||||
[/image]
|
||||
|
@ -101,11 +103,22 @@
|
|||
[/window_definition]
|
||||
#enddef
|
||||
|
||||
{_GUI_WINDOW "default" "The default window" "opaque"}
|
||||
{_GUI_WINDOW "message" "The style used as transparent to the user." "translucent65"}
|
||||
{_GUI_WINDOW "titlescreen" "The items in the titelscreen" "translucent54"}
|
||||
#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 "titlescreen" "The items in the titelscreen" "translucent54" ()}
|
||||
|
||||
# No idea what this style does, just leave it disabled for now.
|
||||
#{_GUI_WINDOW "menu2" "menu2" "menu2"}
|
||||
|
||||
#undef _BLUR
|
||||
#undef _GUI_WINDOW
|
||||
|
|
Loading…
Add table
Reference in a new issue