*** empty log message ***
authorroot <root>
Tue, 27 Nov 2007 17:45:46 +0000 (17:45 +0000)
committerroot <root>
Tue, 27 Nov 2007 17:45:46 +0000 (17:45 +0000)
src/main.C
src/rxvt.h

index 09c8e00f5e442d101dd25bb3368a041faea3232e..275f36700ae0ce919e5b22c8259f2799410ac218 100644 (file)
@@ -1747,12 +1747,13 @@ rxvt_term::get_pixmap_property (int prop_id)
 #ifdef HAVE_BG_PIXMAP
 # if TRACE_PIXMAPS
 #  undef update_background
-int rxvt_term::trace_update_background (const charfile, int line)
+int rxvt_term::trace_update_background (const char *file, int line)
 {
   fprintf (stderr, "%s:%d:update_background()\n", file, line);
   update_background ();
 }
 # endif
+
 int
 rxvt_term::update_background ()
 {
index 616e5eaabd8910993ff1ba28e1ea1aa7278154d3..e9163699c3a1e3a56b53cce1fd7cf8b338ef09ae 100644 (file)
@@ -1055,7 +1055,7 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
 #ifdef HAVE_BG_PIXMAP
   int update_background ();
 #if TRACE_PIXMAPS
-  int trace_update_background (const charfile, int line);
+  int trace_update_background (const char *file, int line);
 # define update_background() trace_update_background (__FILE__, __LINE__)
 #endif
   void update_background_cb (ev::timer &w, int revents);