Changeset 893 for Daodan/src/Daodan_GL.c
- Timestamp:
- Jul 26, 2013, 12:42:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_GL.c
r838 r893 85 85 if (dm.dmBitsPerPel < DD_MIN_DEPTH || dm.dmPelsWidth < 640 || dm.dmPelsHeight < 480) 86 86 continue; 87 if (dm.dmPelsWidth < dm.dmPelsHeight) 88 continue; 87 89 88 90 // Already exists? Search backwards as modes are sorted most of the times
Note:
See TracChangeset
for help on using the changeset viewer.