home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1408 < prev    next >
Encoding:
Text File  |  1996-08-05  |  866 b   |  32 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: EU.net!sun4nl!hguijt
  3. From: hguijt@inter.NL.net (Hans Guijt)
  4. Subject: Re: Screen Problem in C.
  5. Message-ID: <DLE6wv.7FB@inter.NL.net>
  6. Organization: NLnet
  7. X-Newsreader: TIN [version 1.2 PL2]
  8. Date: Thu, 18 Jan 1996 19:46:07 GMT
  9.  
  10.  
  11. Christoph Feck (sn253fe@e45-hrze.uni-duisburg.de) wrote:
  12. >if (screen->ViewPort.Flags & VP_HIDE)
  13. >{
  14. >    /* screen totally obscured by other screens */
  15. >}
  16. >else
  17. >{
  18. >    /* screen (at least partially) visible */
  19. >}
  20.  
  21. I read another post implying this is not correct, can someone shed more
  22. light on the subject? If this is ok it would be nice for fMSX's Quiet mode
  23. (which only updates the screen when the user is looking at it - currently
  24. this is determined by looking at window activation/deactivation messages; I
  25. am not completely happy with it and this would be the ideal solution).
  26.  
  27.  
  28. Bye,
  29.  
  30. Hans
  31.  
  32.