Add color-depth field for package_app_splash_screen table
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_basic.h
index 2cd11a5..e006b12 100644 (file)
@@ -97,6 +97,7 @@ typedef struct splashscreen_x {
        char *orientation;
        char *indicatordisplay;
        char *operation;
+       char *color_depth;
 } splashscreen_x;
 
 typedef struct application_x {