about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 82a0eac8..444b82c6 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -56,6 +56,8 @@
 
 #define PAD_SIZE 1000
 
+#define LAYOUT_SPLIT_MEMCHECK 1234567
+
 typedef enum {
     LAYOUT_SIMPLE,
     LAYOUT_SPLIT
@@ -77,6 +79,7 @@ typedef struct prof_layout_split_t {
     ProfLayout super;
     WINDOW *subwin;
     int sub_y_pos;
+    unsigned long memcheck;
 } ProfLayoutSplit;
 
 typedef enum {