Explorar o código

exported ComponentViewer-specific flags

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7137 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova %!s(int64=8) %!d(string=hai) anos
pai
achega
7bc6629bcf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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