diff --git a/fod/FodExtension.cpp b/fod/FodExtension.cpp index cc5d64d..1a0358e 100644 --- a/fod/FodExtension.cpp +++ b/fod/FodExtension.cpp @@ -14,11 +14,13 @@ * limitations under the License. */ +#include +#include #include uint32_t getFodZOrder(uint32_t z, bool touched) { if (touched) { - z |= 0x20000000u; + z |= FOD_PRESSED_LAYER_ZORDER; } return z;