CTextBox/CMsgBox: reduce data type conflicts

Origin commit data
------------------
Branch: ni/coolstream
Commit: e1a586a9b1
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-09-14 20:44:56 +02:00
parent 02c4b4417c
commit 43913c1221

View File

@@ -152,16 +152,6 @@ class CTextBox
int text_border_width;
public:
/* Variables */
typedef enum mode_
{
AUTO_WIDTH = 0x01,
AUTO_HIGH = 0x02,
SCROLL = 0x04,
CENTER = 0x40,
NO_AUTO_LINEBREAK = 0x80
} mode;
/* Constructor */
CTextBox();
CTextBox( const char * text);