Applied patch st-focus
This commit is contained in:
2
st.h
2
st.h
@@ -79,6 +79,7 @@ typedef union {
|
||||
|
||||
void die(const char *, ...);
|
||||
void redraw(void);
|
||||
void tfulldirt(void);
|
||||
void draw(void);
|
||||
|
||||
void kscrolldown(const Arg *);
|
||||
@@ -128,3 +129,4 @@ extern unsigned int tabspaces;
|
||||
extern unsigned int defaultfg;
|
||||
extern unsigned int defaultbg;
|
||||
extern unsigned int defaultcs;
|
||||
extern float alpha, alphaUnfocused;
|
||||
|
||||
Reference in New Issue
Block a user