On Mon, 9 Oct 2006, Jan Christoph Nordholz wrote:

could you confirm that the bug is gone with the new version
of mrxvt (0.5.2-1, should enter unstable tonight)? The
relevant code passage now reads:

  3050 void
  3051 rxvt_set_borderless( rxvt_t *r )
  3052 {
  3053     Atom        prop;
  3054     CARD32      hints;      /* KDE/GNOME hints */
  3055     MWMHints    mwmhints;   /* Motif hints */
  3056
  3057     hints = (CARD32) 0;
  3058     mwmhints.flags = MWM_HINTS_DECORATIONS;
  3059     mwmhints.decorations = 0;

Yes, thanks for uploading the new version, it works now -- at least, it works on i386.

At the time I had not been testing on anything other than i386, but I happen to notice now, that the borderless option still doesn't work on amd64, neither in 0.4.2 with the patch I mentioned when submitting this bug, nor in 0.5.2.

I just tried compiling mrxvt on FreeBSD, both on a 32-bit and on a 64-bit system, and there too the borderless option worked on the former, but not on the latter. It seems that something about the way this option is implemented is not 64-bit safe.

Greetings,
--
jonathaN


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to