Changes between Version 17 and Version 18 of GraphicsApi


Ignore:
Timestamp:
Oct 16, 2007, 2:27:33 AM (17 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsApi

    v17 v18  
    44with a separate 'graphics app' program having the properties that:
    55
    6  * If invoked with `--fullscreen`, it opens a full-screen borderless window, and must exit on mouse or keyboard input.
     6 * If invoked with `--fullscreen`, it opens a full-screen borderless window.  It must exit on mouse or keyboard input; this is handled automatically by `boinc_graphics_loop()` if you use the [#api BOINC graphics API] library.
    77 * Otherwise it opens a standard window, and may handle mouse/keyboard input.
    88
     
    3535 || || old apps || new apps ||
    3636 || client version 5 || * || * ||
    37  || client version 6+ || ** || *** ||
     37 || client version 6+ || * || ** ||
    3838
    3939* graphics work except with service-mode install
    40 
    4140** App will work with "Show graphics" button, but not screensaver, and not on Vista with service-mode install
    4241
    43 *** graphics work in all situations
     42** graphics work in all situations
    4443
    4544== The BOINC Graphics API == #api