From 17e4897122da8089fadb05496d09fb196919f674 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 14 Oct 2002 13:16:07 +0000 Subject: 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 --- (limited to 'noncore/apps/opie-console/emulation_widget.h') 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 @@ -89,7 +89,7 @@ protected: void drawAttrString( QString& string, QPainter& painter, QRect rect, Character attr, bool pm, bool clear ); protected: - + enum ScrollLocation { SCRNONE, @@ -103,14 +103,14 @@ protected: int m_blX; int m_blY; int m_brX; - + int m_bY; int m_bX; QScrollBar* m_scrollbar; ScrollLocation scrollLoc; - ColorEntry* color_table; +// ColorEntry* color_table; bool blinking; }; -- cgit v0.9.0.2