*** empty log message ***
authorroot <root>
Wed, 1 Aug 2007 17:39:28 +0000 (17:39 +0000)
committerroot <root>
Wed, 1 Aug 2007 17:39:28 +0000 (17:39 +0000)
Changes
src/init.C

diff --git a/Changes b/Changes
index 1ec78a8715aa715c20e0eb3622b07290836a31b0..2d981417e64afbdd778fc9142003f4976b65d03e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -19,8 +19,6 @@ WISH: kick out xpm.C, replace by pixbuf
 DUMB: support tex fonts
 
 TODO: really enable libafterimage by default (6mb => 10mb rss without using it)?
-TODO: borderLess resource might not work on some systems - might be another
-      gentoo phantom bug or a real problem, such as using it too early.
 TODO: incremental reggex search should not nuke the selection, its evilish
 8.
        - new option: skipScroll/-ss, enabled by default.
@@ -41,6 +39,8 @@ TODO: incremental reggex search should not nuke the selection, its evilish
          extension (tpope).
        - compile out of the box on Solaris 10 (exg).
         - fix MappingNotify events (reported by Stephan Walter).
+        - zero-initialise mwmhints, this seems to solve all sorts of minor
+          problems.
 
 8.2  Sat Feb 17 21:35:28 CET 2007
        - fix make depend in src/, reported by exg.
index 022586d483f32ce5b6745d819006b97e50209370..5dac46e0f74c41c127b88a0032089cede4438bf6 100644 (file)
@@ -884,7 +884,7 @@ rxvt_term::create_windows (int argc, const char *const *argv)
   XClassHint classHint;
   XWMHints wmHint;
 #if ENABLE_FRILLS
-  MWMHints mwmhints;
+  MWMHints mwmhints = { };
 #endif
   XGCValues gcvalue;
   XSetWindowAttributes attributes;