summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:28:42 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-06-06 20:28:42 +0000
commitf6e0b7d0c07e4043a96b3ac976eaf082454f4501 (patch)
tree35759df85a7a26e7121c44c0b55f6641b0f6758b /ColorsPanel.h
parent35afc13ebf8f82cfc7a3e6d6f7ba6d5062c5cdc1 (diff)
Regenerated all headers.
Diffstat (limited to 'ColorsPanel.h')
-rw-r--r--ColorsPanel.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/ColorsPanel.h b/ColorsPanel.h
index e8adcb5b..2cf29477 100644
--- a/ColorsPanel.h
+++ b/ColorsPanel.h
@@ -1,8 +1,9 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_ColorsPanel
#define HEADER_ColorsPanel
+#include "CRT.h"
#include "Panel.h"
#include "CheckItem.h"
@@ -12,6 +13,12 @@
#include "debug.h"
#include <assert.h>
+// TO ADD A NEW SCHEME:
+// * Increment the size of bool check in ColorsPanel.h
+// * Add the entry in the ColorSchemes array below in the file
+// * Add a define in CRT.h that matches the order of the array
+// * Add the colors in CRT_setColors
+
typedef struct ColorsPanel_ {
Panel super;

© 2014-2024 Faster IT GmbH | imprint | privacy policy