OpenPTC 1.0 Win32 Distribution BUGS
-----------------------------------


- Mouse cursor occasionally does not get properly hidden under
  fullscreen output when the program is launched from explorer
  with a double mouse click (?)
- Occasionally DDERR_SURFACELOST occurs when ALT-TAB is used to
  leave focus of the application. This bug is known and a fix is
  being worked on. (it should occur infrequently enough to not
  be a major problem for users...)
- On some drivers multipage paletted primary surface always has
  color index 255 set to white (does this still occur?)
- Windowed output can be problematic because it writes directly
  to the primary surface. This will be fixed by writing to an
  offscreen surface then blitting to the primary instead.
- Console::Clear does not work correctly in all situations
- Mode setting is not as clean as it should be, if a fullscreen
  mode is not available, a slight "flicker" may occur before a
  windowed console is opened as backup.
- "Mojo" demo crashes on exit.
- Pressing the ALT or F10 keys pauses the program until another
  key is pressed because these keys are win32 system keys.
