Browse Source

exported ComponentViewer-specific flags

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7137 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 8 years ago
parent
commit
7bc6629bcf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/ComponentViewer.Mod

+ 2 - 2
source/ComponentViewer.Mod

@@ -8,8 +8,8 @@ CONST
 	DefaultWidth = 320;
 	DefaultHeight = 240;
 	InvalidPosition* =MIN(LONGINT);
-	FlagMoveable = 20;
-	FlagSmoothGraphics = 21;
+	FlagMoveable* = 20;
+	FlagSmoothGraphics* = 21;
 	
 TYPE