summaryrefslogtreecommitdiff
path: root/src/vte.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2004-04-20 05:37:50 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2004-04-20 05:37:50 +0000
commitd0c8c47dfb5d908ee22a735bc6ea80b943933630 (patch)
treee330cd2faf9a28fe799c84256719deef8eae4ffa /src/vte.h
parenta335c65bbbde6ced343b24c470e4219174decdb5 (diff)
toggle the IUTF8 flag, if it was defined at compile-time (maybe for
* src/pty.c(_vte_pty_set_utf8): toggle the IUTF8 flag, if it was defined at compile-time (maybe for #129317). * src/vte.c(vte_terminal_set_encoding): call _vte_pty_set_utf8. * src/vte.h (vte_terminal_anti_alias_get_type): declare. * src/vtebg.c(vte_bg_get_pixmap): Optimisation to fix the ridiculous amount of time required to render solid colour or extremely small image tiled backgrounds. This fixes bug #123903. (desrt) * src/vtebg.c(vte_bg_root_pixmap): move resize code into a separate function. * src/vtebg.c(vte_bg_get_pixmap): Resize all image sources, in case we're using a very small image file for the background. * python/Makefile.am: move python module to site-packages/gtk-2.0, which is added to the search path only by pygtk 2 (#92252).
Diffstat (limited to 'src/vte.h')
-rw-r--r--src/vte.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vte.h b/src/vte.h
index 6dd8da1..61799d8 100644
--- a/src/vte.h
+++ b/src/vte.h
@@ -179,6 +179,7 @@ struct vte_char_attributes {
/* The widget's type. */
GtkType vte_terminal_get_type(void);
GtkType vte_terminal_erase_binding_get_type(void);
+GtkType vte_terminal_anti_alias_get_type(void);
#define VTE_TYPE_TERMINAL (vte_terminal_get_type())
#define VTE_TERMINAL(obj) (GTK_CHECK_CAST((obj),\