From: cilix42 Date: Thu, 14 Aug 2008 12:29:17 +0000 (+0000) Subject: add comment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ea0b0f62402d95d3bf87a28d716f38ad88cfe112;p=inkscape.git add comment --- 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