From: root Date: Tue, 27 Nov 2007 17:45:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=55b1cc661a463d763ea6c9df83c615f2f73b6d06;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/main.C b/src/main.C index 09c8e00f..275f3670 100644 --- a/src/main.C +++ b/src/main.C @@ -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 char* file, 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 () { diff --git a/src/rxvt.h b/src/rxvt.h index 616e5eaa..e9163699 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -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 char* file, 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);