From 1b6b2c9e3b2613c32aa390f7337514cd7cd0ef74 Mon Sep 17 00:00:00 2001 From: sos Date: Mon, 30 Sep 1996 23:00:58 +0000 Subject: Fix a couble of nasties regarding mouse pointer and different resolutions. Allow middle mouse button to be used for pasting. Also added the beginnings of support for a splash page. --- sys/isa/syscons.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'sys/isa/syscons.h') diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h index 651510a..a0df98d 100644 --- a/sys/isa/syscons.h +++ b/sys/isa/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.h,v 1.19 1996/06/26 13:04:53 sos Exp $ + * $Id: syscons.h,v 1.20 1996/09/01 18:16:06 sos Exp $ */ #ifndef _I386_ISA_SYSCONS_H_ @@ -140,8 +140,10 @@ typedef struct scr_stat { u_short *scr_buf; /* buffer when off screen */ int xpos; /* current X position */ int ypos; /* current Y position */ - int xsize; /* X size */ - int ysize; /* Y size */ + int xsize; /* X text size */ + int ysize; /* Y text size */ + int xpixel; /* X graphics size */ + int ypixel; /* Y graphics size */ int font_size; /* fontsize in Y direction */ int start; /* modified area start */ int end; /* modified area end */ -- cgit v1.1