summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/emulation_widget.h
authorzecke <zecke>2002-10-14 13:16:07 (UTC)
committer zecke <zecke>2002-10-14 13:16:07 (UTC)
commit17e4897122da8089fadb05496d09fb196919f674 (patch) (unidiff)
tree5445c6761d4215bc1c532407c79ab3fbbae6b551 /noncore/apps/opie-console/emulation_widget.h
parent767d7347ce002e7633278d66758e17d49f40b0f0 (diff)
downloadopie-17e4897122da8089fadb05496d09fb196919f674.zip
opie-17e4897122da8089fadb05496d09fb196919f674.tar.gz
opie-17e4897122da8089fadb05496d09fb196919f674.tar.bz2
Hi Murphy!
One ColorEntry *color_table in the class and one color table at the end of the file Which one does the Compiler pick? Fix crashes! ColorEntry use bitfields
Diffstat (limited to 'noncore/apps/opie-console/emulation_widget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/emulation_widget.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/opie-console/emulation_widget.h b/noncore/apps/opie-console/emulation_widget.h
index d050681..f12b961 100644
--- a/noncore/apps/opie-console/emulation_widget.h
+++ b/noncore/apps/opie-console/emulation_widget.h
@@ -91,3 +91,3 @@ protected:
91protected: 91protected:
92 92
93 enum ScrollLocation 93 enum ScrollLocation
@@ -105,3 +105,3 @@ protected:
105 int m_brX; 105 int m_brX;
106 106
107 int m_bY; 107 int m_bY;
@@ -112,3 +112,3 @@ protected:
112 112
113 ColorEntry* color_table; 113 //ColorEntry* color_table;
114 114