SynchronousWindowSensor.st
changeset 8336 ab27804d3b46
parent 7667 03e064bb2153
child 8337 9df76b209ba4
equal deleted inserted replaced
8335:922ba14b4680 8336:ab27804d3b46
   236                 viewsDevice dispatchExposeEventFor:windowId.
   236                 viewsDevice dispatchExposeEventFor:windowId.
   237             ].
   237             ].
   238             stopPoll := Timestamp now > endPollTime.
   238             stopPoll := Timestamp now > endPollTime.
   239             Processor yield.
   239             Processor yield.
   240         ].
   240         ].
   241     ].
   241         stopPoll ifTrue:[
   242     stopPoll ifTrue:[
   242             Logger warning:'lost expose event: %1' with:aView.
   243         Logger warning:'lost expose event: %1' with:aView.
   243         ].
   244     ].
   244     ].
   245 
   245 
   246     catchExpose remove:aView ifAbsent:nil.
   246     catchExpose remove:aView ifAbsent:nil.
   247     gotExpose remove:aView ifAbsent:nil.
   247     gotExpose remove:aView ifAbsent:nil.
   248 
   248 
   249     "Modified: 19.8.1997 / 17:25:09 / cg"
   249     "Modified: / 19-08-1997 / 17:25:09 / cg"
       
   250     "Modified: / 19-04-2018 / 12:11:33 / stefan"
   250 ! !
   251 ! !
   251 
   252 
   252 !SynchronousWindowSensor class methodsFor:'documentation'!
   253 !SynchronousWindowSensor class methodsFor:'documentation'!
   253 
   254 
   254 version
   255 version