summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 03:45:53 -0600
committerzachir <zachir@librem.one>2023-02-20 03:45:53 -0600
commit3a52163eab96b628346a24c4922aa24ea2fc3bad (patch)
tree79793932c00c661e6d8746a936c2694dbb5a4b8d /st.h
parentee92619d4974bd0b290857941759d83539a38433 (diff)
add relativeborder patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index c8dc0f9..cb9aa30 100644
--- a/st.h
+++ b/st.h
@@ -95,6 +95,7 @@ void sendbreak(const Arg *);
void toggleprinter(const Arg *);
void copyurl(const Arg *);
+static int borderpx;
int tattrset(int);
int tisaltscr(void);
void tnew(int, int);