mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CTextBox/CMsgBox: reduce data type conflicts
Origin commit data
------------------
Branch: ni/coolstream
Commit: 342fa5f88a
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Origin message was:
------------------
*CTextBox/CMsgBox: reduce data type conflicts
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -75,7 +75,7 @@ class CMsgBox
|
||||
mbAll = 0x07,
|
||||
mbBack = 0x08
|
||||
};
|
||||
enum mode_
|
||||
enum modes
|
||||
{
|
||||
AUTO_WIDTH = 0x01,
|
||||
AUTO_HIGH = 0x02,
|
||||
@@ -85,7 +85,7 @@ class CMsgBox
|
||||
BORDER = 0x20,
|
||||
CENTER = 0x40,
|
||||
NO_AUTO_LINEBREAK= 0x80
|
||||
}mode;
|
||||
};
|
||||
|
||||
private:
|
||||
/* Functions */
|
||||
|
Reference in New Issue
Block a user