From c3dde44a1e4cafe1659170daaa19da6cb143f910 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Tue, 21 May 2013 18:37:15 +0200 Subject: [PATCH] src/gui/components/cc_types.h: Renumbering 'align types' of correct evaluation Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2a6d12c332008337da2b13a5e8b26a7b99faa74e Author: Michael Liebmann 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 --- src/gui/components/cc_types.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index c416e36b0..bcc5b9ad3 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -93,12 +93,12 @@ typedef struct comp_screen_data_t //align types enum { - CC_ALIGN_RIGHT = 0, - CC_ALIGN_LEFT = 1, - CC_ALIGN_TOP = 2, - CC_ALIGN_BOTTOM = 4, - CC_ALIGN_HOR_CENTER = 8, - CC_ALIGN_VER_CENTER = 16 + CC_ALIGN_RIGHT = 1, + CC_ALIGN_LEFT = 2, + CC_ALIGN_TOP = 4, + CC_ALIGN_BOTTOM = 8, + CC_ALIGN_HOR_CENTER = 16, + CC_ALIGN_VER_CENTER = 32 }; enum