all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Carlos Pita <carlosjosepita@gmail.com>
Cc: 37752@debbugs.gnu.org
Subject: bug#37752: Scaling factor inconsistencies between X with and without GTK
Date: Tue, 15 Oct 2019 11:37:02 +0200	[thread overview]
Message-ID: <m28spm4af5.fsf@gmail.com> (raw)
In-Reply-To: <CAELgYheft=+JZ_MyDoodJFtQ-rHjEbG-hrsLLuS0hiSNhGCwgA@mail.gmail.com> (Carlos Pita's message of "Tue, 15 Oct 2019 05:09:04 -0300")

>>>>> On Tue, 15 Oct 2019 05:09:04 -0300, Carlos Pita <carlosjosepita@gmail.com> said:

    Carlos> int scale = 1;
    Carlos> #ifdef USE_GTK
    Carlos> scale = xg_get_scale (f);
    Carlos> #endif
    Carlos> FRAME_CR_SURFACE (f) =
    Carlos> cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
    Carlos> scale * FRAME_PIXEL_WIDTH (f),
    Carlos> scale * FRAME_PIXEL_HEIGHT (f));
    >> 
    >> I canʼt find that code in master.

    Carlos> You're right, this and other xg_get_scale usages were removed wrt
    Carlos> emacs-26. Just one of them remains.

If thatʼs in code thatʼs independent of GTK3 usage, then by all means
fix it.

Robert





  reply	other threads:[~2019-10-15  9:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-15  0:21 bug#37752: Scaling factor inconsistencies between X with and without GTK Carlos Pita
2019-10-15  7:56 ` Robert Pluim
2019-10-15  8:09   ` Carlos Pita
2019-10-15  9:37     ` Robert Pluim [this message]
2019-10-15 22:40       ` Carlos Pita

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=m28spm4af5.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=37752@debbugs.gnu.org \
    --cc=carlosjosepita@gmail.com \
    /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.