From 8fde1a64d48b1456520cc042a6121f29b72b866f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 14 Jun 2019 23:40:59 +0200 Subject: Generic non-intensity parameter handling --- src/nanolight.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/nanolight.h') diff --git a/src/nanolight.h b/src/nanolight.h index d3ceb27..1e0a0fd 100644 --- a/src/nanolight.h +++ b/src/nanolight.h @@ -79,14 +79,15 @@ struct nanolight char cmdline[1024]; int cursor_idx; PangoLayout *layout; + PangoLayout *sa_layout; int selection[1024]; int n_sel; + enum attr_class sel_attr; + int dragging; - GdkDevice *pointer; - gulong mouse_orientation; - gdouble x_orig; - gdouble y_orig; + double x_orig; + double y_orig; }; -- cgit v1.2.3