27 | | |
28 | | == Compatibility == #compatibility |
29 | | |
30 | | Let's call this the "new" way of doing graphics. |
31 | | There is also an "old" way, in which graphics are generated by |
32 | | a separate thread in the main application process |
33 | | (see [GraphicsApiOld old API description]). |
34 | | |
35 | | New and old applications types interact with client software versions as follows: |
36 | | |
37 | | || || old apps || new apps || |
38 | | || client version 5 || * || * || |
39 | | || client version 6+ || * || ** || |
40 | | |
41 | | * graphics work except with service-mode install if compatibility mode is set (options.backwards_compatible_graphics = true;) |
42 | | [[BR]]** graphics work in all situations |
| 137 | == Compatibility == #compatibility |
| 138 | |
| 139 | Let's call this the "new" way of doing graphics. |
| 140 | There is also an "old" way, in which graphics are generated by |
| 141 | a separate thread in the main application process |
| 142 | (see [GraphicsApiOld old API description]). |
| 143 | |
| 144 | New and old applications types interact with client software versions as follows: |
| 145 | |
| 146 | || || old apps || new apps || |
| 147 | || client version 5 || * || * || |
| 148 | || client version 6+ || * || ** || |
| 149 | |
| 150 | * graphics work except with service-mode install if compatibility mode is set (options.backwards_compatible_graphics = true;) |
| 151 | [[BR]]** graphics work in all situations |