OLD | NEW |
1 # Mozart Compositor | 1 # Mozart Input Manager |
2 | 2 |
3 This directory contains an implementation of the Compositor interface. | 3 This directory contains an Associate |
4 It provides a graphical compositor system for used by other applications. | |
5 | 4 |
6 It doesn't make sense to run this application stand-alone since it | 5 It doesn't make sense to run this application stand-alone since it |
7 doesn't have any UI of its own to display. Instead, use the Mozart | 6 doesn't have any UI of its own to display. Instead, use the Mozart |
8 Launcher or some other application to launch and embed the UI of some | 7 Launcher or some other application to launch and embed the UI of some |
9 other application using the view manager. | 8 other application using the view manager. |
OLD | NEW |