summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1996-09-30 23:00:58 +0000
committersos <sos@FreeBSD.org>1996-09-30 23:00:58 +0000
commit1b6b2c9e3b2613c32aa390f7337514cd7cd0ef74 (patch)
treeeb82a1732e293d4edc84a1260901a012266e0872 /sys/isa/syscons.h
parentc8132b2e31d6c5dc8067b94e551d8618819697ff (diff)
downloadFreeBSD-src-1b6b2c9e3b2613c32aa390f7337514cd7cd0ef74.zip
FreeBSD-src-1b6b2c9e3b2613c32aa390f7337514cd7cd0ef74.tar.gz
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.
Diffstat (limited to 'sys/isa/syscons.h')
-rw-r--r--sys/isa/syscons.h8
1 files changed, 5 insertions, 3 deletions
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 */
OpenPOWER on IntegriCloud