diff options
author | Bert <ber.t@gmx.com> | 2011-07-26 18:01:29 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-07-26 18:01:29 +0200 |
commit | b8ff1677b1cbb4d3e769861d1e14234c6a38a80a (patch) | |
tree | 32da4629b8874fbe17deab774f78314b56607302 /window.c | |
parent | a271e167443aedca2ed9c28b51fc6de33692dadb (diff) |
Major code refactoring
- Configurable key and mouse mappings in config.h
- Put event handling code from main.c into events.[ch]
Diffstat (limited to 'window.c')
-rw-r--r-- | window.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define _WINDOW_CONFIG + #include <string.h> #include <X11/Xutil.h> |