gzdoom-gles/src/posix
Marisa Kirisame 66f616dc1a Set default window size to 80% of current display in SDL.
Make vid_setsize center window on current display in SDL.
2018-07-28 17:45:19 +02:00
..
cocoa - center Cocoa window on vid_setsize CCMD 2018-07-28 18:17:25 +03:00
osx - replaced deprecated macOS functions in paths handling 2018-07-15 13:20:36 +03:00
sdl Set default window size to 80% of current display in SDL. 2018-07-28 17:45:19 +02:00
unix Added simple fatal error window for Linux 2018-01-28 17:03:10 +02:00
dikeys.h
hardware.h - removed the hard screen resolution switch that still was present on Windows and cleaned up the entire video backend code from the remaining support code for this. 2018-06-17 20:08:35 +02:00
i_cd.cpp
i_steam.cpp - replaced deprecated macOS functions in paths handling 2018-07-15 13:20:36 +03:00
i_system.h - Fix macOS compile errors 2017-11-12 03:51:37 +01:00
readme.md
zdoom.xpm - updated icon for linux/unix 2017-09-09 13:18:47 -04: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.