qzdoom-gpl/src/posix
alexey.lysiuk bfc116b2a4 Fixed exit crash on legacy OS X
There is no need to close (and thus deallocate) console window explicitly
This will be done by autorelease pool in application controller event loop
OS X with GC and/or ARC was not affected by this issue
Older versions like 10.4 or 10.5 crashed because of double deallocation
2016-01-17 11:51:46 +02:00
..
cocoa Fixed exit crash on legacy OS X 2016-01-17 11:51:46 +02:00
osx Separated POSIX's i_system.cpp from native OS X implementation 2015-12-29 14:52:18 +02:00
sdl Merge branch 'osx_start_wnd' 2016-01-11 20:47:06 -05:00
dikeys.h
hardware.h
i_cd.cpp
i_input.h
i_movie.cpp
i_steam.cpp
i_system.h Fixed compilation on non-Windows OSes 2015-08-29 14:55:10 +03:00
readme.md

This directory contains files required to support POSIX-compatible OSes, like GNU/Linux, OS X or BSD.

Common files are placed in this directory directly.
SDL backend files are in sdl subdirectory.
Native OS X backend files are in cocoa subdirectory.
Shared files for both OS X backends are in osx subdirectory.