Simple Directmedia Layer https://libsdl.org/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Sam Lantinga 1ad936eb29 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow()
Rainer Deyke

I'm running Linux Mint 15 with the Cinnamon window manager.  SDL_DestroyWindow consistently locks up for me when the window if fullscreen.
12 years ago
VisualC Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Xcode Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Xcode-iOS Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
acinclude Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
android-project Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
build-scripts Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
cmake Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
debian Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
include Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
src Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
test Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
.hgignore Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Android.mk Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
BUGS.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
CMakeLists.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
COPYING.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
CREDITS.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
INSTALL.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Makefile.in Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Makefile.minimal Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Makefile.pandora Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Makefile.psp Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
Makefile.wiz Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-SDL.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-android.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-cmake.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-directfb.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-gesture.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-hg.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-ios.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-macosx.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-pandora.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-platforms.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-porting.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-psp.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-touch.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README-wince.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
README.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
SDL2.spec.in Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
TODO.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
VisualC.html Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
WhatsNew.txt Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
autogen.sh Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
configure Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
configure.in Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
sdl2-config.in Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
sdl2.m4 Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago
sdl2.pc.in Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() 12 years ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

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

Simple DirectMedia Layer is a cross-platform development library designed
to provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.

SDL officially supports Windows, Mac OS X, Linux, iOS, and Android.
Support for other platforms may be found in the source code.

SDL is written in C, works natively with C++, and there are bindings 
available for several other languages, including C# and Python.

This library is distributed under the zlib license, which can be found
in the file "COPYING.txt".

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 and FAQs are available online at:
	http://wiki.libsdl.org/

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)