summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorMike Gerwitz <mike@mikegerwitz.com>2013-11-24 23:23:33 -0500
committerAmadeusz Sławiński <amade@asmblr.net>2015-06-26 15:16:17 +0200
commit8f8679d718d9e764d3fdceccf927011b9500e158 (patch)
tree1e350a50aefe4419af2afc2311f3480fec845a50 /src/window.h
parent70b87425b446e793810f72473acd7fc8b5f33232 (diff)
downloadscreen-8f8679d718d9e764d3fdceccf927011b9500e158.tar.gz
Began refactoring winmsg code into its own file
This is really to prepare for refactoring MakeWinMsgEv, which is rather large and unnecessarily difficult to follow; this will make me much more confident that I actually grok the code before proceeding with the unicode changes and will further help others getting into the project.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 1aa4fb6..137a3d4 100644
--- a/src/window.h
+++ b/src/window.h
@@ -33,6 +33,9 @@
#ifndef SCREEN_WINDOW_H
#define SCREEN_WINDOW_H
+#include "sched.h"
+#include "screen.h"
+
/* keep this in sync with the initialisations in window.c */
struct NewWindow {
int StartAt; /* where to start the search for the slot */