From: root Date: Sat, 2 Feb 2008 15:19:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4aa79dd2b62a81e9d0482ceb958eb96292efe248;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 4c608643..4de31b5b 100644 --- a/Changes +++ b/Changes @@ -22,7 +22,7 @@ TODO: bgPixmap.apply all to do in scr_recolour? 9.02 Tue Jan 29 11:58:36 CET 2008 - the "exg makes everybody happy" release. - fix build with !xft. - - always compile in plain style scrollbar. + - always compile in plain style scrollbar (simplifies code and looks great). 9.01 Sat Jan 26 20:49:27 CET 2008 - be more aggressive about handling X events, this seems to be required diff --git a/src/command.C b/src/command.C index 733d80bf..918ebced 100644 --- a/src/command.C +++ b/src/command.C @@ -1995,7 +1995,6 @@ rxvt_term::button_press (XButtonEvent &ev) } else #endif /* NO_SCROLLBAR_REPORT */ - { if (direction != NO_DIR) { diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 97eb8ee2..7bbc4555 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -4,6 +4,8 @@ #define EV_PERIODIC_ENABLE 0 #define EV_STAT_ENABLE 0 #define EV_FORK_ENABLE 0 +#define EV_ASYNC_ENABLE 0 +#define EV_EMBED_ENABLE 0 #define EV_CONFIG_H #define EV_MINPRI 0 #define EV_MAXPRI 0