Changes between Version 17 and Version 18 of GraphicsApi
- Timestamp:
- Oct 16, 2007, 2:27:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsApi
v17 v18 4 4 with a separate 'graphics app' program having the properties that: 5 5 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. 7 7 * Otherwise it opens a standard window, and may handle mouse/keyboard input. 8 8 … … 35 35 || || old apps || new apps || 36 36 || client version 5 || * || * || 37 || client version 6+ || * * || *** ||37 || client version 6+ || * || ** || 38 38 39 39 * graphics work except with service-mode install 40 41 40 ** App will work with "Show graphics" button, but not screensaver, and not on Vista with service-mode install 42 41 43 ** *graphics work in all situations42 ** graphics work in all situations 44 43 45 44 == The BOINC Graphics API == #api