From: root Date: Tue, 28 Mar 2006 06:33:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a51137de71181aaf63c50444ccdcfd75fe534b07;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index 2d7b8855..4c51ba5b 100644 --- a/Changes +++ b/Changes @@ -13,6 +13,7 @@ TODO: slow drag selection on remote display - other things seem fast (rxvt illne TODO: default selection should handle = better TODO: kick out xpm.C, replace by pixbuf WISH: skipscroll option +WISH: selection-color-pair instead of reverse video WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? WISH: anyevent mouse notification / manage MotionMask better. @@ -21,6 +22,7 @@ DUMB: support tex fonts TODO: zero scorllback buffer should free memory TODO: kuake +TODO: depth resource not working(?) - add FORCE_UNBUFFERED_XFT define to features.h. - double-buffered xft drawing did suffer from pixel offset issues when pixmap transparency was enabled. @@ -35,6 +37,8 @@ TODO: kuake (spotted by Decklin Foster). - fix compiling with TRANSPARENT but !XPM_BACKGROUND, as reported by omatunto_. + - slap in a using namespace std, might help on platforms that don't + follow C++ closely enough. 7.7 Tue Feb 21 12:32:49 CET 2006 - use double-buffered drawing (xft fonts only). On many driver/hardware diff --git a/src/rxvtlib.h.in b/src/rxvtlib.h.in index 0bd83c28..edad5d79 100644 --- a/src/rxvtlib.h.in +++ b/src/rxvtlib.h.in @@ -30,6 +30,8 @@ // stdlib.h might provide it #endif +using namespace std; + extern "C" { #include #include