aboutsummaryrefslogtreecommitdiff
path: root/src/layout.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-10-12 00:53:34 +0200
committerThomas White <taw@bitwiz.org.uk>2012-10-12 00:53:34 +0200
commit350c51a006edba2a46e7f17bf05098b398a4cb80 (patch)
treeb6a996032b7131eb72c5b070325c78a005087ed0 /src/layout.h
parenteea7bf93ada2a57fad1dac3e5233f703d1af02ff (diff)
Move "frame" to new module
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/layout.h b/src/layout.h
index b35a532..8d7dd49 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -28,6 +28,9 @@
#endif
+struct frame;
+
+
typedef enum
{
DIR_NONE,