diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2016-07-19 19:20:47 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2016-07-19 19:20:47 +0000 |
| commit | f41bde667c42f6bd51e6f520ef77b08f803ee725 (patch) | |
| tree | d5d568cfe605c344c19829a83d1b1c5807a8b8ed /sys/dev/vt/vt.h | |
| parent | 3c7910115096f6ca3a03ddbbe8ccdc73389c7524 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vt/vt.h')
| -rw-r--r-- | sys/dev/vt/vt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h index 61e7b82720c6c..038e2a479e6ed 100644 --- a/sys/dev/vt/vt.h +++ b/sys/dev/vt/vt.h @@ -377,11 +377,11 @@ void vt_upgrade(struct vt_device *vd); #define PIXEL_WIDTH(w) ((w) / 8) #define PIXEL_HEIGHT(h) ((h) / 16) -#ifndef VT_FB_DEFAULT_WIDTH -#define VT_FB_DEFAULT_WIDTH 2048 +#ifndef VT_FB_MAX_WIDTH +#define VT_FB_MAX_WIDTH 4096 #endif -#ifndef VT_FB_DEFAULT_HEIGHT -#define VT_FB_DEFAULT_HEIGHT 1200 +#ifndef VT_FB_MAX_HEIGHT +#define VT_FB_MAX_HEIGHT 2400 #endif /* name argument is not used yet. */ |
