XWorkstation.st
changeset 3206 61414144918b
parent 3205 8648fa72c0af
child 3207 df242f652d1f
equal deleted inserted replaced
3205:8648fa72c0af 3206:61414144918b
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 'From Smalltalk/X, Version:4.1.1 on 25-Mai-2000 at 19:05:54'                    !
       
    14 
    12 
    15 "{ Package: 'stx:libview' }"
    13 "{ Package: 'stx:libview' }"
    16 
    14 
    17 DeviceWorkstation subclass:#XWorkstation
    15 DeviceWorkstation subclass:#XWorkstation
    18 	instanceVariableNames:'screen hasShapeExtension hasShmExtension hasDPSExtension
    16 	instanceVariableNames:'screen hasShapeExtension hasShmExtension hasDPSExtension
   368     __immediateErrorInterruptWithIDAndParameter__(@symbol(DisplayIOTimeoutError), displayDeviceInst);
   366     __immediateErrorInterruptWithIDAndParameter__(@symbol(DisplayIOTimeoutError), displayDeviceInst);
   369 
   367 
   370     /*
   368     /*
   371      * if we return from the error interrupt ...
   369      * if we return from the error interrupt ...
   372      */
   370      */
   373 
   371     if (__OINST(displayDeviceInst, displayId) != nil) {
   374     __internalError("unhandled display Timeout error");
   372         __internalError("unhandled display Timeout error");
   375 
   373 
   376     __terminateProcess(0);      /* soft terminate */
   374         __terminateProcess(0);      /* soft terminate */
   377     __terminateProcess(1);      /* hard terminate */
   375         __terminateProcess(1);      /* hard terminate */
       
   376     }
   378 }
   377 }
   379 
   378 
   380 #ifdef VIRTUAL_ROOT
   379 #ifdef VIRTUAL_ROOT
   381 /*
   380 /*
   382  * added since RootWindow-macro is not sufficient
   381  * added since RootWindow-macro is not sufficient
 10212 ! !
 10211 ! !
 10213 
 10212 
 10214 !XWorkstation class methodsFor:'documentation'!
 10213 !XWorkstation class methodsFor:'documentation'!
 10215 
 10214 
 10216 version
 10215 version
 10217     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.347 2000-05-30 17:06:04 stefan Exp $'
 10216     ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.348 2000-05-30 18:54:58 stefan Exp $'
 10218 ! !
 10217 ! !
 10219 XWorkstation initialize!
 10218 XWorkstation initialize!