diff options
| author | Christoph Lohmann <20h@r-36.net> | 2012-10-06 13:45:14 +0200 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2012-10-06 13:45:14 +0200 |
| commit | 02f3b37a2d354c74169f5ed038bb1cb6225d691a (patch) | |
| tree | c9f8f1a64c786e39aca5ac27f6977c207d5290e8 /st.c | |
| parent | 0cc7ee5e737c9df5a41a4bca708e583117830085 (diff) | |
| download | st-02f3b37a2d354c74169f5ed038bb1cb6225d691a.tar.gz st-02f3b37a2d354c74169f5ed038bb1cb6225d691a.zip | |
Forgot to remove the xclearborders() definition from the last commit.
Diffstat (limited to 'st.c')
| -rw-r--r-- | st.c | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -302,7 +302,6 @@ static void ttywrite(const char *, size_t); | |||
| 302 | static void xdraws(char *, Glyph, int, int, int, int); | 302 | static void xdraws(char *, Glyph, int, int, int, int); |
| 303 | static void xhints(void); | 303 | static void xhints(void); |
| 304 | static void xclear(int, int, int, int); | 304 | static void xclear(int, int, int, int); |
| 305 | static void xclearborders(void); | ||
| 306 | static void xdrawcursor(void); | 305 | static void xdrawcursor(void); |
| 307 | static void xinit(void); | 306 | static void xinit(void); |
| 308 | static void xloadcols(void); | 307 | static void xloadcols(void); |
