X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxournal.h;h=7c7d4c3fa40b1979f1f9c68377b993704dda668b;hb=7c3977e2b071d90aaff1f077512e6794373c4e6b;hp=15906cdf6a257fe4298e94b6bebc60e706ea5492;hpb=7e6e62ac799f806e47f88ba0573fa320c016e8e5;p=xournal.git diff --git a/src/xournal.h b/src/xournal.h index 15906cd..7c7d4c3 100644 --- a/src/xournal.h +++ b/src/xournal.h @@ -252,6 +252,7 @@ typedef struct UIData { gboolean pressure_sensitivity; // use pen pressure to control stroke width? double width_minimum_multiplier, width_maximum_multiplier; // calibration for pressure sensitivity gboolean is_corestroke; // this stroke is painted with core pointer + gboolean saved_is_corestroke; GdkDevice *stroke_device; // who's painting this stroke int screen_width, screen_height; // initial screen size, for XInput events double hand_refpt[2];