From 5253f10a4da29a4330e2bf67aed42e7c0b52a856 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 Apr 2008 15:57:40 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 ++ src/ev_cpp.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Changes b/Changes index de34e4cd..28b8571d 100644 --- a/Changes +++ b/Changes @@ -24,10 +24,12 @@ TODO: maybe unlink the RXVT_SOCKET on exit? TODO: rxvt -font 10x20 -xrm "*.tabbed.font: 10x20" -pe tabbed how does one affect the tab windows themselves? seems not to work anymore. +TODO: memory leak for((i=0;i<1000;++o)); do rxvtc -g 1x1 -e exit;done - made tabs moveable (based on a patch by Petr Machata). - support relative paths for RXVT_SOCKET in urxvtd. - better diagnostic on 0x0 window geometries. +TODO: implement initial chdir for tabs by making it a resource? 9.02 Tue Jan 29 11:58:36 CET 2008 - the "exg makes everybody happy" release. - fix build with !xft. diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 7bbc4555..2f1940f8 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -1,5 +1,7 @@ #define EV_MINIMAL 1 #define EV_USE_POLL 0 +#define EV_USE_INOTIFY 0 +#define EV_USE_EVENTFD 0 #define EV_MULTIPLICITY 0 #define EV_PERIODIC_ENABLE 0 #define EV_STAT_ENABLE 0 -- 2.34.1