src/actions.h

changeset 665
4355e72ffd47
parent 530
f9476dbd87ec
child 575
59c0b57e843b
--- a/src/actions.h	Wed Sep 25 11:02:44 2013 +0300
+++ b/src/actions.h	Wed Oct 23 12:46:10 2013 +0300
@@ -58,6 +58,7 @@
 act (SelectByType)
 act (ModeDraw)
 act (ModeSelect)
+act (ModeCircle)
 act (SetDrawDepth)
 act (SetColor)
 act (Autocolor)
@@ -71,7 +72,9 @@
 act (Borders)
 act (CornerVerts)
 act (RoundCoordinates)
-act (Visibility)
+act (VisibilityHide)
+act (VisibilityReveal)
+act (VisibilityToggle)
 act (ReplaceCoords)
 act (Flip)
 act (Demote)

mercurial