Re: Patch to fix frame positioning with negative top/left values on Windows

2005-07-09 Thread Jason Rumney
Francis Litterio <[EMAIL PROTECTED]> writes: > I should have said what the symptom of the malfunction is that, on > Windows, when you evaluate this Elisp code: > > (make-frame '((top . -1) (left . -1))) > > the new frame will not be positioned with its bottom-right corner in the > bottom-rig

Re: Patch to fix frame positioning with negative top/left values on Windows

2005-07-08 Thread Francis Litterio
I wrote: > This patch to the CVS Emacs sources fixes the way that function > x_calc_absolute_position() accounts for the Windows-drawn borders around > a frame when converting a negative 'top or 'left parameter into the > equivalent positive value. I should have said what the symptom of the malfu

Patch to fix frame positioning with negative top/left values on Windows

2005-07-07 Thread Francis Litterio
Emacs developers, This patch to the CVS Emacs sources fixes the way that function x_calc_absolute_position() accounts for the Windows-drawn borders around a frame when converting a negative 'top or 'left parameter into the equivalent positive value. I have submitted this patch before, but RMS tol