Adding alpha-focus-highlight patch
This commit is contained in:
parent
56e208e0de
commit
1a1d492cd8
5 changed files with 85 additions and 2 deletions
3
st.h
3
st.h
|
|
@ -343,6 +343,9 @@ extern const int boxdraw, boxdraw_bold, boxdraw_braille;
|
|||
#endif // BOXDRAW_PATCH
|
||||
#if ALPHA_PATCH
|
||||
extern float alpha;
|
||||
#if ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||
extern float alphaUnfocused;
|
||||
#endif // ALPHA_FOCUS_HIGHLIGHT_PATCH
|
||||
#endif // ALPHA_PATCH
|
||||
|
||||
extern DC dc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue