aboutsummaryrefslogtreecommitdiffstats
path: root/win.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-10 13:48:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-10 13:48:48 +0100
commitd0bcef08d3d9b4a721b41cb992f77fb422842437 (patch)
tree9acfb893d0b0cdc6aaa4390ebd07fb277af30091 /win.h
parentChanged optimization level (diff)
downloadst-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.gz
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.bz2
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.xz
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.tar.zst
st-d0bcef08d3d9b4a721b41cb992f77fb422842437.zip
Removed huge cleanup
Diffstat (limited to 'win.h')
-rw-r--r--win.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/win.h b/win.h
index fad22d6..4916347 100644
--- a/win.h
+++ b/win.h
@@ -1,10 +1,5 @@
/* See LICENSE for license details. */
-#ifndef __WIN_H__
-#define __WIN_H__
-
-#include "st.h"
-
enum win_mode {
MODE_VISIBLE = 1 << 0,
MODE_FOCUSED = 1 << 1,
@@ -46,5 +41,3 @@ int xstartdraw(void);
void toggle_winmode(int);
void keyboard_select(const Arg *);
void xximspot(int, int);
-
-#endif /* end of include guard: __WIN_H__ */