#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 ()
{
#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);