1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Enable mouse in svgalib.

This commit is contained in:
Maxim Sobolev 2000-09-08 12:01:59 +00:00
parent ac141c10b2
commit 6cf52798ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32437
2 changed files with 22 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- src/video/svga/SDL_svgavideo.c 2000/08/29 19:51:53 1.1
+++ src/video/svga/SDL_svgavideo.c 2000/08/29 19:53:18
--- src/video/svga/SDL_svgavideo.c.orig Wed Nov 24 01:46:25 1999
+++ src/video/svga/SDL_svgavideo.c Wed Sep 6 13:32:37 2000
@@ -33,7 +33,7 @@
#include <unistd.h>
#include <sys/stat.h>
@ -9,3 +9,12 @@
#include <vga.h>
#include <vgamouse.h>
#include <vgakeyboard.h>
@@ -328,7 +328,7 @@
vga_modeinfo *modeinfo;
/* Since SVGAlib 1.40 leaks the mouse here, we have to close it */
- mouse_close();
+ /* mouse_close(); */
/* Try to set the requested linear video mode */
bpp = (bpp+7)/8-1;

View File

@ -1,5 +1,5 @@
--- src/video/svga/SDL_svgavideo.c 2000/08/29 19:51:53 1.1
+++ src/video/svga/SDL_svgavideo.c 2000/08/29 19:53:18
--- src/video/svga/SDL_svgavideo.c.orig Wed Nov 24 01:46:25 1999
+++ src/video/svga/SDL_svgavideo.c Wed Sep 6 13:32:37 2000
@@ -33,7 +33,7 @@
#include <unistd.h>
#include <sys/stat.h>
@ -9,3 +9,12 @@
#include <vga.h>
#include <vgamouse.h>
#include <vgakeyboard.h>
@@ -328,7 +328,7 @@
vga_modeinfo *modeinfo;
/* Since SVGAlib 1.40 leaks the mouse here, we have to close it */
- mouse_close();
+ /* mouse_close(); */
/* Try to set the requested linear video mode */
bpp = (bpp+7)/8-1;