summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
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;
};