summaryrefslogtreecommitdiff
path: root/src/nanolight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nanolight.h')
-rw-r--r--src/nanolight.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nanolight.h b/src/nanolight.h
index 124e214..a7f7136 100644
--- a/src/nanolight.h
+++ b/src/nanolight.h
@@ -59,6 +59,7 @@ struct fixture
int base_addr;
struct fixture_class *cls;
int *attr_vals;
+ int *attr_vals_start;
};
@@ -79,6 +80,11 @@ struct nanolight
int selection[1024];
int n_sel;
+
+ GdkDevice *pointer;
+ gulong mouse_orientation;
+ gdouble x_orig;
+ gdouble y_orig;
};