diff options
Diffstat (limited to 'src/ico_ivi_common_private.h')
-rw-r--r-- | src/ico_ivi_common_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ico_ivi_common_private.h b/src/ico_ivi_common_private.h index 94e303d..5efd161 100644 --- a/src/ico_ivi_common_private.h +++ b/src/ico_ivi_common_private.h @@ -63,10 +63,10 @@ #define ICO_IVI_OPTION_SHOW_SURFACE 0x0001 /* new surface show on create */ #define ICO_IVI_OPTION_SHOW_NODISP 0x0002 /* show if display not exist */ #define ICO_IVI_OPTION_SHOW_INPUTLAYER 0x0004 /* show input panel layer */ +#define ICO_IVI_OPTION_SUPPORT_SHM 0x0010 /* support shm_buffer thumbnail */ #define ICO_IVI_OPTION_FIXED_ASPECT 0x0080 /* surface fixed aspect rate */ -#define ICO_IVI_OPTION_GPU_NODEPEND 0x8000 /* no use GPU dependent acceleration*/ -#define ICO_IVI_OPTION_GPU_DEPENDINTEL 0x1000 /* use Intel GPU dependent acceleration*/ - /* depends for Intel GPU */ +#define ICO_IVI_OPTION_GPU_DEPEND 0x8000 /* Acceleration depending on GPU */ + /* Debug flags */ #define ICO_IVI_DEBUG_PERF_LOG 0x0001 /* performance log */ |