app_server: store and restore fill rule...

...when sending the whole view state over the link.
Also inherit the fill rule when pushing states (DrawState
copy constructor). A somewhat sloppy oversight, I must add.
This commit is contained in:
Stephan Aßmus
2014-03-17 22:55:47 +01:00
parent 6d19a82f63
commit 244796701b
3 changed files with 7 additions and 1 deletions
@@ -26,6 +26,7 @@ struct ViewSetStateInfo {
join_mode lineJoin;
cap_mode lineCap;
float miterLimit;
int32 fillRule;
source_alpha alphaSourceMode;
alpha_function alphaFunctionMode;
bool fontAntialiasing;