@@ -33,7 +33,7 @@
|
|||||||
#ifndef BIF_EDITFONT_H
|
#ifndef BIF_EDITFONT_H
|
||||||
#define BIF_EDITFONT_H
|
#define BIF_EDITFONT_H
|
||||||
|
|
||||||
void do_textedit(unsigned short event, short val, unsigned char _ascii);
|
void do_textedit(unsigned short event, short val, char _ascii);
|
||||||
void make_editText(void);
|
void make_editText(void);
|
||||||
void load_editText(void);
|
void load_editText(void);
|
||||||
void remake_editText(void);
|
void remake_editText(void);
|
||||||
|
@@ -226,7 +226,7 @@ static int insert_into_textbuf(Curve *cu, char c)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void do_textedit(unsigned short event, short val, unsigned char _ascii)
|
void do_textedit(unsigned short event, short val, char _ascii)
|
||||||
{
|
{
|
||||||
Curve *cu;
|
Curve *cu;
|
||||||
static int accentcode= 0;
|
static int accentcode= 0;
|
||||||
|
Reference in New Issue
Block a user