Win32Constants.st
branchjv
changeset 17815 956b46750806
parent 17814 b75a7f0c346b
child 17834 04ff72c5039a
--- a/Win32Constants.st	Mon Dec 20 07:13:27 2010 +0000
+++ b/Win32Constants.st	Fri Feb 04 23:09:23 2011 +0000
@@ -15,7 +15,7 @@
 	instanceVariableNames:''
 	classVariableNames:'FILE_ATTRIBUTE_HIDDEN FILE_ATTRIBUTE_NORMAL
 		FILE_ATTRIBUTE_TEMPORARY FILE_ATTRIBUTE_DIRECTORY
-		FILE_ATTRIBUTE_READONLY'
+		FILE_ATTRIBUTE_READONLY LOGPIXELSX LOGPIXELSY'
 	poolDictionaries:''
 	category:'OS-Windows'
 !
@@ -52,16 +52,21 @@
     FILE_ATTRIBUTE_DIRECTORY := 16.
     FILE_ATTRIBUTE_NORMAL := 128.
     FILE_ATTRIBUTE_TEMPORARY := 256.
+
+    LOGPIXELSX := 88.
+    LOGPIXELSY := 90.
+
+    "Modified: / 24-12-2010 / 11:17:57 / cg"
 ! !
 
 !Win32Constants class methodsFor:'documentation'!
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/Win32Constants.st,v 1.3 2010/02/01 11:29:27 cg Exp '
+    ^ 'Header: /cvs/stx/stx/libbasic/Win32Constants.st,v 1.4 2010/12/24 10:22:26 cg Exp '
 !
 
 version_SVN
-    ^ '$Id: Win32Constants.st 10602 2010-12-20 07:13:27Z vranyj1 $'
+    ^ '$Id: Win32Constants.st 10604 2011-02-04 23:09:23Z vranyj1 $'
 ! !
 
 Win32Constants initialize!
@@ -70,3 +75,4 @@
 
 
 
+