bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51411: NS port cleanups


From: Po Lu
Subject: bug#51411: NS port cleanups
Date: Sun, 31 Oct 2021 19:20:38 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Alan Third <alan@idiocy.org> writes:

> When there are two rectangles we use NSRectClipList, which behaves a
> little differently. It uses the union of the two rectangles to
> intersect with the existing clipping. So you'll have to do something
> like
>
>     u = NSUnionRect (r[0], r[1]);
>     DPSrectclip (ctx, NSMinX (u), NSMinY (u),
>                  NSWidth (u), NSHeight (u));

Yes, thanks, please see my other mail.  Thanks!




reply via email to

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