X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpen-context.h;h=e149391a9b02da04c2e36463ba1a522fdefbe4f0;hb=f0e5ef1c60ad148623253dc3cc5d53014724094a;hp=d0392134b0cd78a0b40360c83e5ab834022c6b33;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/pen-context.h b/src/pen-context.h index d0392134b..e149391a9 100644 --- a/src/pen-context.h +++ b/src/pen-context.h @@ -40,6 +40,8 @@ struct SPPenContext : public SPDrawContext { unsigned int onlycurves : 1; SPCanvasItem *c0, *c1, *cl0, *cl1; + + unsigned int events_disabled : 1; }; /// The SPPenContext vtable (empty).