Add shadow and subtract styles to ACS.

There is a matching pull request for rheit/acs.
This commit is contained in:
Gaerzi 2014-04-22 13:31:55 +02:00
parent 48b926e5b4
commit 265917c923

View file

@ -3546,6 +3546,8 @@ static const int LegacyRenderStyleIndices[] =
65, // STYLE_Add,
66, // STYLE_Shaded,
67, // STYLE_TranslucentStencil,
68, // STYLE_Shadow,
69, // STYLE_Subtract,
-1
};