Sam Lantinga d182a96b90 Date: Thu, 4 Dec 2003 07:48:40 +0200
From: "Mike Gorchak"
Subject: SDL/QNX6 new patch

Here in attachment my patch for the SDL/QNX6 again :) It contain non-crtitical/cosmetic fixes:

1. Fixed window centering at other than the first consoles.
2. Fixed window centering algorithm in case when window height or width are greater than the desktop resolution.
3. Fixed window positioning on other than the first consoles.
4. Fixed occasional input focus lost when switching to fullscreen.
5. Removed the Photon's default chroma color for the overlays, added RGB(12, 6, 12) color instead (very dark pink).
6. Added more checks to the YUV overlay code (fixed crashes during resolution mode switches).
7. Added support for Enter/Backspace keys in unicode mode (used by Maelstrom and by other games).
8. Fixed window restore/maximize function. It works, finally.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40754
2003-12-10 12:35:56 +00:00
2003-12-10 12:35:56 +00:00
2003-12-10 12:35:56 +00:00
2003-08-30 17:12:10 +00:00
2002-04-13 14:44:33 +00:00
2003-07-01 01:18:27 +00:00
2003-07-01 01:18:27 +00:00
2003-08-23 23:20:21 +00:00
2001-04-26 16:45:43 +00:00
2002-08-25 02:05:24 +00:00
2003-08-30 20:55:38 +00:00
2002-10-20 00:15:33 +00:00
2001-04-26 16:45:43 +00:00
2003-02-01 19:50:22 +00:00
2001-04-26 16:45:43 +00:00
2003-08-10 17:49:51 +00:00
2001-04-26 16:45:43 +00:00
2001-11-02 18:12:52 +00:00
2003-09-27 08:20:26 +00:00
2002-06-01 18:43:51 +00:00
2002-05-31 04:45:46 +00:00
2001-05-10 20:19:50 +00:00
2001-08-18 10:33:55 +00:00
2003-11-24 19:58:29 +00:00
2003-11-24 22:52:28 +00:00

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 1.2

---
http://www.libsdl.org/

This is the Simple DirectMedia Layer, a general API that provides low
level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL,
and 2D framebuffer across multiple platforms.

SDL is written in C, but works with C++ natively, and has bindings to
several other languages, including Ada, C#, Eiffel, Java, Lua, ML,
Objective C, Perl, PHP, Pike, Python, and Ruby.

The current version supports Linux, Windows, BeOS, MacOS, MacOS X,
FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX.  The code contains
support for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64,
RISC OS, and SymbianOS, but these are not officially supported.

This library is distributed under GNU LGPL version 2, which can be
found in the file  "COPYING".  This license allows you to use SDL
freely in commercial programs as long as you link with the dynamic
library.

The best way to learn how to use SDL is to check out the header files in
the "include" subdirectory and the programs in the "test" subdirectory.
The header files and test programs are well commented and always up to date.
More documentation is available in HTML format in "./docs/index.html"

The test programs in the "test" subdirectory are in the public domain.

Frequently asked questions are answered online:
	http://www.libsdl.org/faq.php

If you need help with the library, or just want to discuss SDL related
issues, you can join the developers mailing list:
	http://www.libsdl.org/mailing-list.php

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)

Description
SDL2 for PSP
Readme 115 MiB
Languages
C 73.6%
C++ 16.4%
Objective-C 3.6%
Shell 2.1%
M4 1.5%
Other 2.7%