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

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

bug#5721: Feature request: Function that returns absolute coordinates


From: YAMAMOTO Mitsuharu
Subject: bug#5721: Feature request: Function that returns absolute coordinates
Date: Thu, 15 Jul 2010 17:18:20 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Thu, 15 Jul 2010 10:06:22 +0200, Jan Djärv <jan.h.d@swipnet.se> said:

>>> I think your "only" is quite big.  Lots of code, C and Lisp, does
>>> that kind of calculation.
>> 
>> In what sense can they be simplified if we used absolute scaled
>> coordinate in Lisp as you say?

> Then they wouldn't need to be changed at all.

Even with absolute unscaled, they DIDN'T need any changes in the
platform independent part.

>> Window system APIs requires us to specify absolute unscaled
>> coordinates when creating windows or popup menus, so some
>> conversions are necessary anyway.

> That is the job of the platform specific code.

So you agree that changes are necessary in the platform specific part
regardless of scaled or unscaled when we support scaling factor?

Again, if we used absolute scaled coordinates to specify `left' and
`top' frame parameters, we could only place the frame to the position
whose coordinates are multiples of the scale factor.

                                     YAMAMOTO Mitsuharu
                                mituharu@math.s.chiba-u.ac.jp





reply via email to

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