diff options
author | Aaron Zang <Aaron.Zang@Sun.COM> | 2009-08-03 23:21:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-08-13 21:56:06 -0700 |
commit | 48ee5558333bd324463b6994735cabb23de262ec (patch) | |
tree | 6e9af7f602bb7bd027c9a0767847928d19fb2ce3 /hw/xfree86/common/xf86Privstr.h | |
parent | 613e76ff9055d8ac2b1af1130668180646a9e14c (diff) |
Add new VT support for OpenSolaris & future Solaris releases
Signed-off-by: Aaron Zang <Aaron.Zang@Sun.COM>
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'hw/xfree86/common/xf86Privstr.h')
-rw-r--r-- | hw/xfree86/common/xf86Privstr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h index 1a2f73637..26f822dc4 100644 --- a/hw/xfree86/common/xf86Privstr.h +++ b/hw/xfree86/common/xf86Privstr.h @@ -62,6 +62,9 @@ typedef struct { /* event handler part */ int lastEventTime; Bool vtRequestsPending; +#ifdef sun + int vtPendingNum; +#endif Bool dontVTSwitch; Bool dontZap; Bool dontZoom; |