Code

Fix change in revision 9947 to be consistent with rest of the codebase.
[inkscape.git] / src / dropper-context.h
index 678ab6b47f875abe861cbec70545bee93c37e36e..6f8b60b3469451572452792ab3825e687d635698 100644 (file)
@@ -32,6 +32,7 @@ struct SPDropperContext {
 
     unsigned int dragging : 1;
 
+       SPCanvasItem *grabbed;
     SPCanvasItem *area;
     Geom::Point centre;
 
@@ -60,4 +61,4 @@ guint32 sp_dropper_context_get_color(SPEventContext *ec);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :