Merge "Fix an issue with C-compatibility due to a missing tag name" am: 37b0d41faf
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1362857 Change-Id: I52f96d0d78c15d725c217e90dd08de369ea580b1
This commit is contained in:
commit
28d3a43275
|
@ -82,7 +82,7 @@ enum GGLFormatComponentIndex {
|
|||
GGL_INDEX_CR = 2,
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct GGLFormat {
|
||||
#ifdef __cplusplus
|
||||
enum {
|
||||
ALPHA = GGL_INDEX_ALPHA,
|
||||
|
|
Loading…
Reference in New Issue