Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
314 B

  1. //defaults.h: default settings
  2. #ifndef _DEFAULTS_H_
  3. #define _DEFAULTS_H_
  4. #define DEFAULT_RES_WIDTH 800
  5. #define DEFAULT_RES_HEIGHT 600
  6. //Bounds on min/max client width/height
  7. #define MIN_CLIENT_SIZE 200
  8. #define MAX_CLIENT_WIDTH 1600
  9. #define MAX_CLIENT_HEIGHT 1200
  10. #endif //_DEFAULTS_H_