all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Chad Brown <yandros@MIT.EDU>
Cc: emacs-devel@gnu.org
Subject: Re: x-popup-menu
Date: Mon, 16 Nov 2009 22:33:45 -0500	[thread overview]
Message-ID: <jwvr5rxddv3.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <A6DEA315-7A51-4604-B8AF-46194E44FF4E@mit.edu> (Chad Brown's message of "Fri, 13 Nov 2009 14:51:45 -0800")

> --- menu.c	2009-11-13 13:12:46.000000000 -0800
> +++ menu.c-y	2009-11-11 01:34:10.000000000 -0800
> @@ -1182,13 +1182,8 @@
>  	CHECK_LIVE_WINDOW (window);
>  	f = XFRAME (WINDOW_FRAME (win));

> -#ifdef HAVE_NS		     /* FIXME: Is this necessary??  --Stef  */
> -        xpos = FRAME_COLUMN_WIDTH (f) * WINDOW_LEFT_EDGE_COL (win);
> -	ypos = FRAME_LINE_HEIGHT (f) * WINDOW_TOP_EDGE_LINE (win);
> -#else
>  	xpos = WINDOW_LEFT_EDGE_X (win);
>  	ypos = WINDOW_TOP_EDGE_Y (win);
> -#endif
>        }
>      else
>        /* ??? Not really clean; should be CHECK_WINDOW_OR_FRAME,


Thanks,


        Stefan




      reply	other threads:[~2009-11-17  3:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-09  6:23 x-popup-menu Stefan Monnier
2009-11-10  0:43 ` x-popup-menu Juri Linkov
2009-11-10 18:10   ` x-popup-menu Stefan Monnier
2009-11-13 10:37 ` x-popup-menu Eli Zaretskii
2009-11-13 14:51   ` x-popup-menu Stefan Monnier
2009-11-13 22:51   ` x-popup-menu Chad Brown
2009-11-17  3:33     ` Stefan Monnier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvr5rxddv3.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=yandros@MIT.EDU \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.