X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsnap-enums.h;h=aa5db9328115082d8efb6e8d226493af0fc6af63;hb=8a2e76b7021b9b960d7c30801a1a14461d9b5939;hp=64be3463719790a568e1abb9f678082899ba6b6f;hpb=ebe31268be92786ed304255beb8453ff2531a457;p=inkscape.git diff --git a/src/snap-enums.h b/src/snap-enums.h index 64be34637..aa5db9328 100644 --- a/src/snap-enums.h +++ b/src/snap-enums.h @@ -66,7 +66,7 @@ enum SnapSourceType { SNAPSOURCE_CONVEX_HULL_CORNER, SNAPSOURCE_ELLIPSE_QUADRANT_POINT, SNAPSOURCE_NODE_HANDLE, // eg. nodes in the path editor, handles of stars or rectangles, etc. (tied to a stroke) - SNAPSOURCE_OBJECT_MIDPOINT, + SNAPSOURCE_OBJECT_MIDPOINT, // midpoint of rectangles, polygon, etc. //------------------------------------------------------------------- // Other points (e.g. guides, gradient knots) will snap to both bounding boxes and nodes SNAPSOURCE_OTHER_CATEGORY = 1024, // will be used as a flag and must therefore be a power of two