From d60d6968403994384c5d8962b026f5655fcf87ff Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Jan 2008 15:02:37 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + src/rxvtfont.C | 2 +- src/version.h | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 59d58aa4..007c271e 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,7 @@ WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts +9.01 - be more aggressive about handling X events, this seems to be required with newer xlibs (should fix the "screen stays black until event is received" problem, again :) diff --git a/src/rxvtfont.C b/src/rxvtfont.C index c95eb46a..6051b69f 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -1299,7 +1299,7 @@ rxvt_font_xft::draw (rxvt_drawable &d, int x, int y, int h = term->fheight; bool buffered = bg >= Color_transparent - && term->option (Opt_buffered); + && term->option (Opt_buffered); // cut trailing spaces while (len && text [len - 1] == ' ') diff --git a/src/version.h b/src/version.h index 1261e2a3..cc9e08ec 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "9.0" -#define DATE "2008-01-25" +#define VERSION "9.01" +#define DATE "2008-01-26" -- 2.34.1