emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: For 23.1 release ... please.


From: Eric Lilja
Subject: Re: For 23.1 release ... please.
Date: Thu, 31 Jul 2008 16:08:37 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Chong Yidong wrote:
Joachim Nilsson <address@hidden> writes:

PING?

This patch, now with a ChangeLog entry, could be quite useful to get
into the release.

Checked in.  Thanks.




Isn't this bug also present on the 22-branch? I usually stay with the trunk but when I compiled it a few days ago it was unfortunately too slow (yes, I'm on Windows for this project) so I performed a checkout from the 22-branch instead and built and used that and I noticed I got this behaviour in a C++ function definition:
void TransparentBlit(HBITMAP bitmap, HDC hdc, int nXDest, int nYDest,
int nWidth, int nHeight, int nXSrc, int nYSrc)
when I was expecting this:
void TransparentBlit(HBITMAP bitmap, HDC hdc, int nXDest, int nYDest,
                     int nWidth, int nHeight, int nXSrc, int nYSrc)

Hope the leading space on my last snippest is preserved when posting...

- Eric





reply via email to

[Prev in Thread] Current Thread [Next in Thread]