diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-14 12:29:17 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-14 12:29:17 +0000 |
| commit | 8399b70e6b9264191f1a9961e3c1784dc42e7a3b (patch) | |
| tree | d212d21760605288fe26f4053be9b6ae99a7a46c | |
| parent | fix spcurve test (diff) | |
| download | inkscape-8399b70e6b9264191f1a9961e3c1784dc42e7a3b.tar.gz inkscape-8399b70e6b9264191f1a9961e3c1784dc42e7a3b.zip | |
add comment
(bzr r6619)
| -rw-r--r-- | src/event-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event-context.h b/src/event-context.h index 9cff3a62f..54d854844 100644 --- a/src/event-context.h +++ b/src/event-context.h @@ -49,7 +49,7 @@ struct SPEventContext : public GObject { SPDesktop *desktop; Inkscape::XML::Node *prefs_repr; gchar const *const *cursor_shape; - gint hot_x, hot_y; + gint hot_x, hot_y; ///< indicates the cursor's hot spot GdkCursor *cursor; gint xp, yp; ///< where drag started |
