mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Moved PDC_fix_cursor() prototype to pdcdisp.c.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: curspriv.h,v 1.88 2006/07/16 01:26:23 wmcbrine Exp $ */
|
||||
/* $Id: curspriv.h,v 1.89 2006/07/16 01:59:43 wmcbrine Exp $ */
|
||||
|
||||
/* CURSPRIV.H
|
||||
|
||||
@@ -94,7 +94,6 @@ int PDC_copy_win(const WINDOW *, WINDOW *, int, int, int,
|
||||
int PDC_cursor_off(void);
|
||||
int PDC_cursor_on(void);
|
||||
int PDC_curs_set(int);
|
||||
int PDC_fix_cursor(int);
|
||||
void PDC_flushinp(void);
|
||||
int PDC_get_bios_key(void);
|
||||
int PDC_get_columns(void);
|
||||
|
||||
@@ -532,7 +532,6 @@ FUNCTIONS
|
||||
PDC_cursor_off pdcdisp
|
||||
PDC_cursor_on pdcdisp
|
||||
PDC_debug pdcdebug
|
||||
PDC_fix_cursor pdcdisp
|
||||
PDC_flushinp pdckbd
|
||||
PDC_getch getch
|
||||
PDC_get_attribute pdcgetsc
|
||||
|
||||
@@ -19,10 +19,12 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
RCSID("$Id: pdcdisp.c,v 1.34 2006/07/15 20:46:23 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcdisp.c,v 1.35 2006/07/16 02:00:40 wmcbrine Exp $");
|
||||
|
||||
extern unsigned char atrtab[MAX_ATRTAB];
|
||||
|
||||
int PDC_fix_cursor(int);
|
||||
|
||||
#ifdef __PACIFIC__
|
||||
void movedata(unsigned sseg, unsigned soff, unsigned dseg,
|
||||
unsigned doff, unsigned n)
|
||||
|
||||
Reference in New Issue
Block a user