summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-12-08 20:12:54 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-12-08 20:12:54 -0500
commitc0bd976881f7d77e052e8b6c92bb80f3c376e825 (patch)
treefcd7d9f97814619ef94ad5f177c1d2cb53a16cae /st.h
parentbc28a24ca5eb34712d679118e5856c3d574a3df3 (diff)
Current st configuration
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 94ce5c3..0caef30 100644
--- a/st.h
+++ b/st.h
@@ -52,6 +52,7 @@ enum selection_snap {
SNAP_LINE = 2
};
+int borderpx;
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;