diff options
author | root <root@localhost.localdomain> | 2007-08-24 21:13:39 +0800 |
---|---|---|
committer | root <root@localhost.localdomain> | 2007-08-24 21:13:39 +0800 |
commit | 486380cd85cdd2532300905ee588be48480ce1dc (patch) | |
tree | d6c3278efe7895ae3af40cfec20690b0fbd2c303 /src/ast_mode.h | |
parent | 8bbdddf6025e1421e91ce12c509840822b395fb6 (diff) |
modified: ChangeLog
modified: configure.ac
modified: src/ast.h
modified: src/ast_2dtool.h
modified: src/ast_accel.c
modified: src/ast_cursor.c
modified: src/ast_driver.c
modified: src/ast_mode.c
modified: src/ast_mode.h
modified: src/ast_vgatool.c
Diffstat (limited to 'src/ast_mode.h')
-rw-r--r-- | src/ast_mode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ast_mode.h b/src/ast_mode.h index 0a8e20c..b1926a3 100644 --- a/src/ast_mode.h +++ b/src/ast_mode.h @@ -21,7 +21,7 @@ */ /* Mode Limitation */ -#define MAX_HResolution 1600 +#define MAX_HResolution 1920 #define MAX_VResolution 1200 /* Std. Table Index Definition */ @@ -48,6 +48,7 @@ #define VCLK135 0x0D #define VCLK157_5 0x0E #define VCLK162 0x0F +#define VCLK193_25 0x10 /* Flags Definition */ #define Charx8Dot 0x00000001 |