- Increase maximum resolution to 2880x1800.

SVN r3628 (trunk)
This commit is contained in:
Randy Heit 2012-05-06 04:23:49 +00:00
parent d8f3a56092
commit 2117c84a78

View file

@ -38,8 +38,8 @@
#include "dthinker.h"
#define MAXWIDTH 2560
#define MAXHEIGHT 1600
#define MAXWIDTH 2880
#define MAXHEIGHT 1800
const WORD NO_INDEX = 0xffffu;
const DWORD NO_SIDE = 0xffffffffu;