diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-29 02:00:57 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-29 02:00:57 +0000 |
| commit | d4b2d02fc1bacaeb1e568aff2091e71eff4da900 (patch) | |
| tree | 229574c0e7e04a2e935b7e1dc13eff06d3488d6e /sys/dev/syscons/syscons.h | |
| parent | 4cbaceabf11ddceb6447b2f03107a2e7beccd8c7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 3e4822eeedb4..7c263f6a3472 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/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.41 1998/09/23 09:59:00 yokota Exp $ + * $Id: syscons.h,v 1.42 1998/09/26 03:34:10 yokota Exp $ */ #ifndef _I386_ISA_SYSCONS_H_ @@ -219,6 +219,7 @@ int add_scrn_saver(void (*this)(int)); int remove_scrn_saver(void (*this)(int)); void sc_clear_screen(scr_stat *scp); +void set_destructive_cursor(scr_stat *scp); void sc_move_mouse(scr_stat *scp, int x, int y); int sc_clean_up(scr_stat *scp); void sc_alloc_scr_buffer(scr_stat *scp, int wait, int clear); |
