XWorkstation.st
changeset 2231 817b5fad2fb7
parent 2195 f64b74292537
child 2267 f6fbc3e71521
--- a/XWorkstation.st	Sun Aug 09 18:08:36 1998 +0200
+++ b/XWorkstation.st	Mon Aug 10 12:03:03 1998 +0200
@@ -688,10 +688,11 @@
     "return the displays fileNumber - for select"
 
 %{  /* NOCONTEXT */
-
+#ifndef WIN32
     if (ISCONNECTED) {
 	RETURN ( __MKSMALLINT(ConnectionNumber(myDpy)) );
     }
+#endif
     RETURN (nil);
 %}
 !
@@ -9933,6 +9934,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.286 1998-07-28 09:59:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.287 1998-08-10 10:03:03 cg Exp $'
 ! !
 XWorkstation initialize!