gzdoom/src/posix
alexey.lysiuk 94fec26cb6 Fixed runtime warning on OS X 10.4 Tiger
The 'invalid pixel format attribute' warning was introduced with automated graphics switching control
2015-12-31 11:00:05 +02:00
..
cocoa Fixed runtime warning on OS X 10.4 Tiger 2015-12-31 11:00:05 +02:00
osx Separated POSIX's i_system.cpp from native OS X implementation 2015-12-29 14:52:18 +02:00
sdl Added native startup window for OS X 2015-12-29 15:19:42 +02:00
dikeys.h
hardware.h
i_cd.cpp
i_input.h
i_movie.cpp
i_steam.cpp Added missing #include 2014-12-16 22:46:24 +02:00
i_system.h Fixed compilation on non-Windows OSes 2015-08-29 14:55:10 +03:00
readme.md Put all non-Windows source code into posix directory and its subdirectories 2014-12-18 11:52:29 +02:00

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.