gzdoom/src/posix/cocoa
alexey.lysiuk 83c6798651 Fixed a very slim chance that window will be white and empty after startup
There are a few quite specific steps to reproduce this issue:
* 640x480 video resolution
* -iwad ... -warp ... command line parameters
* OS X 10.4 or 10.5 PowerPC, maybe performance related
When all these requirements are met, content view doesn't show up sometimes
The simplest solution for this issue is to set initial window size to non-existent video resolution
2015-01-07 14:50:55 +02:00
..
critsec.cpp Put all non-Windows source code into posix directory and its subdirectories 2014-12-18 11:52:29 +02:00
critsec.h Put all non-Windows source code into posix directory and its subdirectories 2014-12-18 11:52:29 +02:00
i_common.h Fixed build issue with OS X SDK 10.4 2015-01-05 18:12:07 +02:00
i_input.mm Rearranged header files and #include's 2015-01-05 17:24:54 +02:00
i_joystick.cpp Added support for dynamic device attachment and removal to IOKit gaming controllers handling 2015-01-06 13:40:39 +02:00
i_main.mm Fixed build issue with OS X SDK 10.4 2015-01-05 18:12:07 +02:00
i_timer.cpp Added missing header comment 2015-01-05 17:26:06 +02:00
i_video.mm Fixed a very slim chance that window will be white and empty after startup 2015-01-07 14:50:55 +02:00