summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorSam Lantinga <slouken@lokigames.com>2001-06-11 06:44:43 +0000
committerSam Lantinga <slouken@lokigames.com>2001-06-11 06:44:43 +0000
commit6afaf1af8e266c54b5b0bc49a978b4e84629b552 (patch)
tree9916ef6f0a0a07da7d6671eba2d876fa3da5099c /BUGS
parenta344d09980028a88723f0c5fd33b98f8db317b49 (diff)
* Removed fullscreen menu option from the "Window" menu
* Updated the BUGS file * Fixed command line parameters when launched from Finder * Implemented setting the icon window caption * Implemented frameless style windows * Added note about SDL_RESIZABLE implementation to SDL_QuartzVideo.m * Window close requests now go through the event filtering system
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS10
1 files changed, 5 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index bded190351..19b460f1d7 100644
--- a/BUGS
+++ b/BUGS
@@ -72,12 +72,12 @@ MacOS:
MacOS X:
Joystick and CD-ROM functions are not implemented yet.
- Closing window from window's close widget not implemented yet.
-
- Minimizing the window erases the framebuffer to the pinstripe pattern.
-
+ Window management buttons don't draw correctly.
+
Window may not close when unsetting video mode and resetting.
-
+
+ Resizeable windows aren't implemented yet.
+
Depth switching for windowed mode isn't implemented yet.
Palette handling isn't implemented in windowed mode yet.