From 99bf8d0933d45204560682175c7efd712d6513c0 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 15 Oct 2007 07:30:00 +0000 Subject: [PATCH] *** empty log message *** --- src/main.C | 9 ++++++--- src/rxvt.h | 1 - 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main.C b/src/main.C index 2a2c5af7..90696592 100644 --- a/src/main.C +++ b/src/main.C @@ -203,7 +203,8 @@ rxvt_term::rxvt_term () // clean up the most important stuff, do *not* call x or free mem etc. // for use before an emergency exit -void rxvt_term::emergency_cleanup () +void +rxvt_term::emergency_cleanup () { if (cmd_pid) kill (-cmd_pid, SIGHUP); @@ -903,14 +904,16 @@ rxvt_term::set_fonts () return true; } -void rxvt_term::set_string_property (Atom prop, const char *str, int len) +void +rxvt_term::set_string_property (Atom prop, const char *str, int len) { XChangeProperty (dpy, parent[0], prop, XA_STRING, 8, PropModeReplace, (const unsigned char *)str, len >= 0 ? len : strlen (str)); } -void rxvt_term::set_utf8_property (Atom prop, const char *str, int len) +void +rxvt_term::set_utf8_property (Atom prop, const char *str, int len) { wchar_t *ws = rxvt_mbstowcs (str, len); char *s = rxvt_wcstoutf8 (ws); diff --git a/src/rxvt.h b/src/rxvt.h index b65e9385..aa362afd 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1317,7 +1317,6 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { #endif void scr_touch (bool refresh) NOTHROW; void scr_expose (int x, int y, int width, int height, bool refresh) NOTHROW; - rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE); void scr_recolour () NOTHROW; void scr_remap_chars () NOTHROW; void scr_remap_chars (line_t &l) NOTHROW; -- 2.34.1