summaryrefslogtreecommitdiffstats
path: root/src/tests/ply-window-test.am
Commit message (Collapse)AuthorAgeFilesLines
* Create new libplybootsplashRay Strode2008-06-091-2/+2
| | | | | | | | | | | The old approach of including the same source files into multiple places is less than pretty. But moving the code to libply didn't seem right either, since libply is fairly generic and could in theory get swapped out with a standard runtime at some point. Also, exposing libplybootsplash as an external library will facilitate creating out of tree splash plugins.
* add new ply_window_t type to manage text versus graphics mode,Ray Strode2008-05-171-0/+8
and eventually key events