summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-14 23:40:59 +0200
committerThomas White <taw@physics.org>2019-06-14 23:40:59 +0200
commit8fde1a64d48b1456520cc042a6121f29b72b866f (patch)
tree65105487dc256c93c261c7acf9573a2694a8f274 /src/nanolight.h
parente438521b9d9dbae42fb2bfa572e410a7f7dca591 (diff)
Generic non-intensity parameter handling
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h9
1 files changed, 5 insertions, 4 deletions
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;
};