mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Don't need these externs anymore.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
RCSID("$Id: pdcscrn.c,v 1.52 2006/10/09 00:11:14 wmcbrine Exp $");
|
||||
RCSID("$Id: pdcscrn.c,v 1.53 2006/10/09 00:12:41 wmcbrine Exp $");
|
||||
|
||||
int pdc_font; /* default font size */
|
||||
|
||||
@@ -36,9 +36,6 @@ static VIOMODEINFO scrnmode; /* default screen mode */
|
||||
static VIOMODEINFO saved_scrnmode[3];
|
||||
static int saved_font[3];
|
||||
|
||||
extern void PDC_get_keyboard_info(void);
|
||||
extern void PDC_set_keyboard_default(void);
|
||||
|
||||
static int get_font(void)
|
||||
{
|
||||
VIOMODEINFO modeInfo = {0};
|
||||
|
||||
@@ -19,9 +19,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
RCSID("$Id: pdcsetsc.c,v 1.33 2006/10/09 00:11:14 wmcbrine Exp $");
|
||||
|
||||
extern int pdc_font;
|
||||
RCSID("$Id: pdcsetsc.c,v 1.34 2006/10/09 00:12:41 wmcbrine Exp $");
|
||||
|
||||
int PDC_curs_set(int visibility)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user