summaryrefslogtreecommitdiff
path: root/src/vte.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 01:16:53 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 01:16:53 +0000
commitcf8e7d95067df980ac8ebc8e5716905f231eebc7 (patch)
treeb9d01f1b717d5112ad5a3813bdee186bf486ae23 /src/vte.h
parentc2453e484d3f53b5b5c7abbeca1b6d56d204e370 (diff)
assorted updates. check for <sys/termios.h> include <sys/termios.h> if
* README: assorted updates. * configure.in: check for <sys/termios.h> * src/pty.c: include <sys/termios.h> if found (#141392). * src/dumpkeys.c, src/mev.c, src/pty.c, src/ssfe.c, src/vte.c: do the same. * doc/reference/vte-sections.txt: add several functions which are new but which weren't in the generated docs before. * doc/reference/vte-unused.txt: sort.
Diffstat (limited to 'src/vte.h')
-rw-r--r--src/vte.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vte.h b/src/vte.h
index df048ec..bf0ac1b 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -290,11 +290,11 @@ void vte_terminal_set_font(VteTerminal *terminal,
const PangoFontDescription *font_desc);
void vte_terminal_set_font_full(VteTerminal *terminal,
const PangoFontDescription *font_desc,
- VteTerminalAntiAlias anti_alias);
+ VteTerminalAntiAlias antialias);
void vte_terminal_set_font_from_string(VteTerminal *terminal, const char *name);
void vte_terminal_set_font_from_string_full(VteTerminal *terminal,
const char *name,
- VteTerminalAntiAlias anti_alias);
+ VteTerminalAntiAlias antialias);
const PangoFontDescription *vte_terminal_get_font(VteTerminal *terminal);
gboolean vte_terminal_get_using_xft(VteTerminal *terminal);
void vte_terminal_set_allow_bold(VteTerminal *terminal, gboolean allow_bold);