mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
src/gui/components/cc_types.h: Renumbering 'align types' of correct evaluation
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2a6d12c332
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-21 (Tue, 21 May 2013)
Origin message was:
------------------
* src/gui/components/cc_types.h: Renumbering 'align types' of correct evaluation
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -93,12 +93,12 @@ typedef struct comp_screen_data_t
|
|||||||
//align types
|
//align types
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
CC_ALIGN_RIGHT = 0,
|
CC_ALIGN_RIGHT = 1,
|
||||||
CC_ALIGN_LEFT = 1,
|
CC_ALIGN_LEFT = 2,
|
||||||
CC_ALIGN_TOP = 2,
|
CC_ALIGN_TOP = 4,
|
||||||
CC_ALIGN_BOTTOM = 4,
|
CC_ALIGN_BOTTOM = 8,
|
||||||
CC_ALIGN_HOR_CENTER = 8,
|
CC_ALIGN_HOR_CENTER = 16,
|
||||||
CC_ALIGN_VER_CENTER = 16
|
CC_ALIGN_VER_CENTER = 32
|
||||||
};
|
};
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
Reference in New Issue
Block a user