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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 52e1e80f..82a0eac8 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -57,7 +57,7 @@
 #define PAD_SIZE 1000
 
 typedef enum {
-    LAYOUT_SINGLE,
+    LAYOUT_SIMPLE,
     LAYOUT_SPLIT
 } layout_type_t;
 
@@ -69,9 +69,9 @@ typedef struct prof_layout_t {
     int paged;
 } ProfLayout;
 
-typedef struct prof_layout_single_t {
+typedef struct prof_layout_simple_t {
     ProfLayout super;
-} ProfLayoutSingle;
+} ProfLayoutSimple;
 
 typedef struct prof_layout_split_t {
     ProfLayout super;