diff options
Diffstat (limited to 'fluid/Fl_Type.h')
| -rw-r--r-- | fluid/Fl_Type.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h index 4c7d18af5..8220273bb 100644 --- a/fluid/Fl_Type.h +++ b/fluid/Fl_Type.h @@ -464,7 +464,8 @@ protected: friend class Overlay_Window; int mx,my; // mouse position during dragging int x1,y1; // initial position of selection box - int bx,by,br,bt; // bounding box of selection + int bx,by,br,bt; // bounding box of selection before snapping + int sx,sy,sr,st; // bounding box of selection after snapping to guides int dx,dy; int drag; // which parts of bbox are being moved int numselected; // number of children selected |
