summaryrefslogtreecommitdiff
path: root/totem/totem.h
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-04-13 12:04:50 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-04-13 12:04:50 +0200
commit9b2b44d0ca4e4886a7b4af461268420a84c3c573 (patch)
tree9ff8bcea61c897de5c544d4df6c5ae9bbfb83c44 /totem/totem.h
parentf6735a8d5865e193cd6383a1697626359f590039 (diff)
fix most obvious warnings
Diffstat (limited to 'totem/totem.h')
-rw-r--r--totem/totem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/totem/totem.h b/totem/totem.h
index 01c37f0..846e6e0 100644
--- a/totem/totem.h
+++ b/totem/totem.h
@@ -35,7 +35,7 @@
// |SW16|SW11|SW12|SW13|SW14|SW15| |SW15|SW14|SW13|SW12|SW11|SW16|
// |SW17|SW18|SW19| |SW19|SW18|SW17|
-#define LAYOUT_totem( \
+#define LAYOUT_split_3x5_3_1( \
L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \
L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \
L30, L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, R34,\
@@ -53,4 +53,4 @@
}
-#define LAYOUT LAYOUT_totem \ No newline at end of file
+#define LAYOUT LAYOUT_split_3x5_3_1