OLD | NEW |
---|---|
1 # Mozart View Manager | 1 # Mozart Compositor |
2 | 2 |
3 This directory contains an implementation of the ViewManager interface. | 3 This directory contains an implementation of the Compositor interface. |
4 It provides a composable view management system for used by other | 4 It provides a graphical compositor system for used by other applications. |
viettrungluu
2016/01/04 21:08:23
"used" -> "use" (also in the original)
jeffbrown
2016/01/16 03:28:31
Done.
| |
5 applications. | |
6 | 5 |
7 It doesn't make sense to run this application stand-alone since it | 6 It doesn't make sense to run this application stand-alone since it |
8 doesn't have any UI of its own to display. Instead, use the Mozart | 7 doesn't have any UI of its own to display. Instead, use the Mozart |
9 Launcher or some other application to launch and embed the UI of some | 8 Launcher or some other application to launch and embed the UI of some |
10 other application using the view manager. | 9 other application using the view manager. |
OLD | NEW |