OpenPTC 1.0 Win32 Distribution TODO
-----------------------------------


- Use "AdjustWindowRect" to calculate the window size for the
  console client area in windowed output instead of doing it
  manually.
- When an error message dialog box is shown, the cursor should
  be shown again instead of remaining hidden from fullscreen.
- Implement a workaround the windows ALT and F10 system
  keys to stop the program pausing when they are pressed.
- Add GDI support once the DirectX support is completed.
- Fix windowed output to write to a back buffer then copy
  instead of always writing directly to the screen
- Implement proper Console::information string generation
- Add proper mode list support to DirectX Console
- Add code so that when exit() is called dx is cleanly shutdown
- Fix Console::clear (bug in DirectXPrimary?)
- Fix the multipage palette bug (entry 255 = white, still here?)
- Upgrade DirectXPrimary to manage primary + another surface
  for more stable windowed output and palette bugfix (if required)
- Add Java support (RNI/JNI)
