*** empty log message ***
authorayin <ayin>
Mon, 15 Oct 2007 07:30:00 +0000 (07:30 +0000)
committerayin <ayin>
Mon, 15 Oct 2007 07:30:00 +0000 (07:30 +0000)
src/main.C
src/rxvt.h

index 2a2c5af7d282a463d8d0d41d6160d9b9f15219d9..906965920a77fc5f351a75667fcdea2646140ce3 100644 (file)
@@ -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);
index b65e9385c56eb3516e72325c3958b77f4a253376..aa362afd7ec6ddd418efda323aec535fc1fd76f2 100644 (file)
@@ -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;