X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Feditwindow.h;fp=src%2Feditwindow.h;h=c60317fbcb5344d52be6bf292c24c39695ea9afa;hb=faaae13292af283e277b0d1480aad54a6e4a2dd6;hp=d6f2acbffc6d189d59e187b79eedd724b2c2dcdd;hpb=360d040a4727383cc8e78d0b8a3c8151c27d26fc;p=ttedit diff --git a/src/editwindow.h b/src/editwindow.h index d6f2acb..c60317f 100755 --- a/src/editwindow.h +++ b/src/editwindow.h @@ -42,13 +42,14 @@ class EditWindow: public QWidget ToolType tool; // Current tool GlyphPoints pts; // Glyph point structure int32 ptHighlight, oldPtHighlight, ptNextHighlight, oldPtNextHighlight; + int16 polyHighlight, oldPolyHighlight; bool polyFirstPoint; bool showRotationCenter, haveZeroPoint; QPoint rotationCenter, rotationZeroPoint, rotationCurrentPoint; double rotationAngle; ToolWindow * toolPalette; - QCursor cur[10]; + QCursor cur[11]; }; #endif // __EDITWINDOW_H__