From 6eabebf999e0993e79c99e27fe1d13119030a47c Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Wed, 12 Jun 2013 23:11:43 +0200 Subject: [PATCH] CComponents: add define CC_APPEND Is usable as default value for item position parameters Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/2a234d08cecfc9e8e230fa8460911baa0fbcba3a Author: Thilo Graf Date: 2013-06-12 (Wed, 12 Jun 2013) ------------------ This commit was generated by Migit --- src/gui/components/cc_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index 02f8aed01..76c4b12b6 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -134,6 +134,7 @@ typedef struct comp_element_data_t #define CC_SAVE_SCREEN_NO false #define CC_NO_INDEX -1 +#define CC_APPEND -1