summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/composer/2.1/IComposerClient.hal')
-rw-r--r--graphics/composer/2.1/IComposerClient.hal4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/composer/2.1/IComposerClient.hal b/graphics/composer/2.1/IComposerClient.hal
index f2ff932f..5ad46f01 100644
--- a/graphics/composer/2.1/IComposerClient.hal
+++ b/graphics/composer/2.1/IComposerClient.hal
@@ -1138,7 +1138,7 @@ interface IComposerClient {
1138 SET_LAYER_Z_ORDER = 0x40a << OPCODE_SHIFT, 1138 SET_LAYER_Z_ORDER = 0x40a << OPCODE_SHIFT,
1139 SET_PRESENT_OR_VALIDATE_DISPLAY_RESULT = 0x40b << OPCODE_SHIFT, 1139 SET_PRESENT_OR_VALIDATE_DISPLAY_RESULT = 0x40b << OPCODE_SHIFT,
1140 1140
1141 /** 0x800 - 0xfff are reserved for vendor extensions */ 1141 /* 0x800 - 0xfff are reserved for vendor extensions */
1142 /** 0x1000 - 0xffff are reserved */ 1142 /* 0x1000 - 0xffff are reserved */
1143 }; 1143 };
1144}; 1144};