-----------------------------------------------------------------------------------
| 942 | } |
| 943 | //----------------------------------------------------------------------------------- |
| 944 | void GraphicsSystem::restartCompositor() |
| 945 | { |
| 946 | stopCompositor(); |
| 947 | mWorkspace = setupCompositor(); |
| 948 | } |
| 949 | //----------------------------------------------------------------------------------- |
| 950 | //----------------------------------------------------------------------------------- |
| 951 | struct GameEntityCmp |
no outgoing calls
no test coverage detected