mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Moved XCursesInstruct() prototype to x11/pdcx11.h.
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.86 2006/07/15 20:46:23 wmcbrine Exp $ */
|
||||
/* $Id: curspriv.h,v 1.87 2006/07/16 00:45:15 wmcbrine Exp $ */
|
||||
|
||||
/* CURSPRIV.H
|
||||
|
||||
@@ -143,7 +143,6 @@ int PDC_query_adapter_type(void);
|
||||
#endif
|
||||
|
||||
#ifdef XCURSES
|
||||
int XCursesInstruct(int);
|
||||
int XCursesInstructAndWait(int);
|
||||
int XCursesInitscr(const char *, int, char **);
|
||||
#endif
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* See the file maintain.er for details of the current maintainer. *
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: pdcx11.h,v 1.34 2006/07/14 19:38:30 wmcbrine Exp $ */
|
||||
/* $Id: pdcx11.h,v 1.35 2006/07/16 00:45:15 wmcbrine Exp $ */
|
||||
|
||||
#define CURSES_LIBRARY 1
|
||||
#ifdef HAVE_CONFIG_H
|
||||
@@ -294,6 +294,7 @@ void XCursesLoseOwnership(Widget, Atom *);
|
||||
void XCursesEndwin(void);
|
||||
void XCursesExitCursesProcess(int, char *);
|
||||
void XCursesExitXCursesProcess(int, int, char *);
|
||||
int XCursesInstruct(int);
|
||||
|
||||
void SelectionOff(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user